diff --git a/.env.development b/.env.development
deleted file mode 100644
index 3ce6624..0000000
--- a/.env.development
+++ /dev/null
@@ -1,2 +0,0 @@
-NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
-NEXT_PUBLIC_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZS1kZW1vIiwicm9sZSI6ImFub24iLCJleHAiOjE5ODM4MTI5OTZ9.CRXP1A7WOeoJeXxjNni43kdQwgnWNReilDMblYTn_I0
diff --git a/README.md b/README.md
index f52103d..da50439 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ RegenBazar is a decentralized application (dApp) that serves as a bridge between
## π Live Demo
**Website**: [demo.regenbazar.com](https://demo.regenbazar.com)
-*Hosted on Netlify using Cloudflare*
+_Hosted on Netlify using Cloudflare_
## π οΈ Technology Stack
@@ -92,7 +92,8 @@ npm|bun run dev
**Open the application:**
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
- ```
+
+```
## π± Parent Project: EcoSynthesisX
@@ -160,3 +161,4 @@ This project is part of the EcoSynthesisX ecosystem and follows open-source prin
---
*Building the future of regenerative economics through Web3 innovation* π±
+```
diff --git a/src/app/create-nonprofit-profile/page.tsx b/src/app/create-nonprofit-profile/page.tsx
index 9d6c2e0..283fb33 100644
--- a/src/app/create-nonprofit-profile/page.tsx
+++ b/src/app/create-nonprofit-profile/page.tsx
@@ -10,7 +10,7 @@ import { useWallet } from '../../context/WalletContext'
import { depositVault } from '../../lib/contracts/depositVault'
import { generateProfileImage } from '../../lib/generateImage'
import { FEATURES } from '../../lib/config'
-
+import TweetButton from '@/components/TweetButton'
interface ImpactAction {
title: string
achievedImpact: string
@@ -301,6 +301,7 @@ const CreateNonProfitProfile = () => {
<>
+ {/* // ------------ Tweet Button here --------- */}
+
+
))}
diff --git a/src/components/TweetButton.tsx b/src/components/TweetButton.tsx
new file mode 100644
index 0000000..7bd30db
--- /dev/null
+++ b/src/components/TweetButton.tsx
@@ -0,0 +1,19 @@
+'use client'
+// use your button or a