SocialShare / content_mapping.md
NitinBot002's picture
First Commint
719711d
# πŸ“‹ Content Mapping: Document β†’ Website Pages
Based on [Social Share Care Website Contents.txt](file:///d:/kanha/NGO/Social%20Share%20Care%20Website%20Contents.txt), here's exactly what goes where.
---
## 🏠 1. HOME PAGE
### [HeroSection.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/components/home/HeroSection.jsx)
| Current | Replace With (from doc) |
|---------|------------------------|
| Badge: "Making a Difference Since 2020" | **"Making a Difference Since 2025"** |
| Title: "Every Act of Kindness Creates a Ripple of Hope" | Keep OR use doc's **"Together, we Care. Together, we share"** |
| Description text | **"Social Share and Care Foundation is committed to uplifting the most vulnerable through targeted initiatives in Medical Aid, Disaster Relief, Animal Care, Children's Education, and Old Age Support."** |
| Quick Stats (currently hidden) | Keep hidden βœ… |
| Floating Cards (currently hidden) | Keep hidden βœ… |
### [ProgramsGrid.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/components/home/ProgramsGrid.jsx) β€” "What We Do"
> [!IMPORTANT]
> The document lists **5 pillars**, not 4. Need to add **"Old Age Support"** as a new program.
| Current Programs | Document Programs (update titles & descriptions) |
|-----------------|--------------------------------------------------|
| Medical Aid | **Medical Aid** β€” "Providing essential healthcare and aid to the sick." |
| Community Development | **Children's Education** β€” "Empowering young minds with quality learning opportunities." |
| Disaster Relief | **Disaster Relief** β€” "Delivering urgent support during crises and emergencies." |
| Animal Welfare | **Animal Care** β€” "Ensuring welfare and protection for stray and needy animals." |
| ❌ Missing | **Old Age Support** β€” "Offering dignity, care, and companionship to seniors." |
> [!WARNING]
> This also requires updating `PROGRAMS` array in [constants.js](file:///d:/kanha/NGO/Dev/NGO/frontend/src/utils/constants.js#L133-L166) and the grid on [OurWork.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/pages/OurWork.jsx).
### [CTABanner.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/components/home/CTABanner.jsx)
| Current | Replace With |
|---------|-------------|
| "Every Rupee You Give Changes a Life" | **"Small Help, Big Impact"** (doc's tagline) |
| Description text | **"Your support will fuel these programs and help us serve more lives. Donate now, volunteer your skills, or share this page β€” every action counts!"** |
| "View Campaigns" button | Change to **"Volunteer With Us"** β†’ `/volunteer` (campaigns hidden) |
### [StoriesSection.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/components/home/StoriesSection.jsx)
> [!NOTE]
> The document doesn't provide real testimonials. Current dummy stories should be kept for now OR hidden until real testimonials are available.
### NEW Section: "Why Choose Us?" (Trust & Transparency)
The document has a **Trust & Transparency** section that should be a NEW section on the Home page:
| Items to show |
|---------------|
| βœ… Verified Fundraisers Only |
| πŸ”’ Secure Payment Gateway |
| πŸ“Š Transparent Fund Tracking |
| πŸ”” Real-Time Updates |
| 🀝 Dedicated Support Team |
---
## πŸ‘₯ 2. ABOUT PAGE β€” [About.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/pages/About.jsx)
### Who We Are Section (already added, needs real text)
| Placeholder | Replace With |
|-------------|-------------|
| `[Full paragraph from doc to be placed here]` | **"Social Share and Care Foundation is a Section 8 non-profit organization committed to creating meaningful social impact by connecting those in need with those who care. We act as a bridge between donors and beneficiaries, ensuring that every contribution reaches the right hands with full transparency."** |
### Mission & Vision (already updated βœ…)
- Mission text is correct βœ…
- Vision text is correct βœ…
### Core Values (already updated βœ…)
All 5 values match the document βœ…
### Vision Quote (already added βœ…)
Quote text matches document βœ…
### Founders Section (already added, needs real text)
| Placeholder | Replace With |
|-------------|-------------|
| Founder names | **Smt. Archana Soni** & **Shri Vivek Soni** βœ… |
| `[Full paragraph from doc...]` (both cards) | **"Every act of giving is a seed of change β€” we are here to help it grow."** + Full paragraph: *"Rooted in decades of experience across finance and grassroots social initiatives, Smt. Archana Soni and Shri Vivek Soni established the Social Share and Care Foundation with one unwavering belief..."* (split across both cards or keep as shared paragraph) |
| Personal Message placeholder | Use the full founder paragraph from doc as a shared message, OR wait for a separate personal letter from client |
> [!IMPORTANT]
> **Still needed from client:**
> - Professional photos of both founders
> - Exact years of Jan Seva
> - Awards / recognitions (if any)
### Timeline (already updated βœ…)
- 2025 Established βœ…
- Upcoming Registration βœ…
### Certifications (hidden βœ…)
---
## 🌍 3. OUR WORK PAGE β€” [OurWork.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/pages/OurWork.jsx)
Same 5-pillar update as ProgramsGrid above. Update the `PROGRAMS` constant with:
| # | ID | Title | Description | Image Needed |
|---|------|-------|-------------|------|
| 1 | `medical` | Medical Aid | Providing essential healthcare and aid to the sick. | βœ… Have |
| 2 | `education` | Children's Education | Empowering young minds with quality learning opportunities. | πŸ”΄ Need new image |
| 3 | `animal` | Animal Care | Ensuring welfare and protection for stray and needy animals. | βœ… Have |
| 4 | `disaster` | Disaster Relief | Delivering urgent support during crises and emergencies. | βœ… Have |
| 5 | `elderly` | Old Age Support | Offering dignity, care, and companionship to seniors. | πŸ”΄ Need new image |
> [!WARNING]
> "Community Development" is being replaced with "Children's Education" and a new "Old Age Support" is being added. Need appropriate background images.
---
## πŸ“Έ 4. MEDIA CENTRE β€” [MediaCentre.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/pages/MediaCentre.jsx)
The doc's **"Moments of Impact"** section maps here:
- Heading: **"Moments of Impact"**
- Subtitle: **"A glimpse of lives touched, smiles created, and communities uplifted."**
- Gallery categories should be:
1. Medical Help Campaigns
2. Community Welfare Drives
3. Animal Rescue Operations
4. Volunteer Activities
> [!NOTE]
> Real photos/media from client needed to populate these categories.
---
## 🀝 5. GET INVOLVED PAGE β€” [GetInvolved.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/pages/GetInvolved.jsx)
| Current Card | Update |
|-------------|--------|
| "Make a Donation" | Update desc: **"Donate securely via our donation page or use UPI/Bank Transfer."** |
| "Become a Volunteer" | Update desc: **"Contact us to contribute time or expertise."** |
| "Request Help" | Keep as is βœ… |
| "Corporate Partnership" | Update desc: **"CSR partnerships aligned with Companies Act."** (from doc) |
### Add Call-to-Action text from doc:
> **"Together, let's build a compassionate future. Support Social Share and Care Foundation now!"**
---
## πŸ’ 6. DONATE PAGE β€” [Donate.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/pages/Donate.jsx)
| Current | Update |
|---------|--------|
| Hero subtitle mentions "80G tax benefits" | Keep, but add note: **"Donations may qualify for tax exemption under Section 80G (if applicable)"** (from doc's legal section) |
| Sidebar "80G Certified" badge | Add note: **"Donations are generally non-refundable. Donors contribute at their own discretion."** (from doc's Donor Policy) |
---
## πŸ“ž 7. CONTACT PAGE β€” [Contact.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/pages/Contact.jsx)
No new content from document. Keep as is. βœ…
---
## πŸ”½ 8. FOOTER β€” [Footer.jsx](file:///d:/kanha/NGO/Dev/NGO/frontend/src/components/common/Footer.jsx)
Document specifies these footer links:
| Footer Link | Status |
|-------------|--------|
| About Us | βœ… Exists |
| Contact Us | βœ… Exists |
| Privacy Policy | βœ… Link exists β†’ needs page content from doc |
| Terms & Conditions | βœ… Link exists β†’ needs page content from doc |
| Refund Policy | πŸ”΄ **NEW** β€” needs new page |
| CSR Partnerships | πŸ”΄ **NEW** β€” can link to `/contact` or new page |
| Volunteer With Us | βœ… Exists |
| Campaigns link | **Remove** from footer (hidden) |
> [!IMPORTANT]
> Document provides full **Legal Policy Draft** (12 sections) that should populate:
> - **Privacy Policy** page (`/privacy`) β€” use sections 9 (Data Privacy)
> - **Terms & Conditions** page (`/terms`) β€” use sections 1-8, 10-12
> - **Refund Policy** page (`/refund`) β€” use section 7 (Donor Policy: non-refundable)
---
## πŸ†• 9. NEW PAGES NEEDED
### Privacy Policy (`/privacy`)
Content from doc section 9: Data Privacy Policy
### Terms & Conditions (`/terms`)
Content from doc sections 1-12 (full legal policy)
### Refund Policy (`/refund`)
Content from doc section 7: Donor Policy (non-refundable donations)
---
## πŸ“Š 10. CONSTANTS UPDATE β€” [constants.js](file:///d:/kanha/NGO/Dev/NGO/frontend/src/utils/constants.js)
| Constant | Update |
|----------|--------|
| `FOUNDATION_INFO.tagline` | **"Small Help, Big Impact"** |
| `FOUNDATION_INFO.address` | Need real registered address from client |
| `FOUNDATION_INFO.registrationNo` | Need actual Section 8 registration number |
| `FOUNDATION_INFO.panNumber` | Need actual PAN |
| `FOUNDATION_INFO.section80G` | Need actual 80G certificate number (when available) |
| `PROGRAMS` array | Update to 5 pillars (Medical Aid, Children's Education, Animal Care, Disaster Relief, Old Age Support) |
| Hero badge year | Change from 2020 to **2025** |
---
## βœ… Summary of Actions
### Ready to implement NOW (text from doc available):
1. ✏️ Update Hero Section text
2. ✏️ Update "Who We Are" paragraph on About page
3. ✏️ Update Founders section with real paragraph
4. ✏️ Update PROGRAMS to 5 pillars (new titles & descriptions)
5. ✏️ Update CTA Banner with doc tagline
6. ✏️ Add "Why Choose Us?" trust section on Home page
7. ✏️ Update Footer (remove Campaigns, add Refund Policy link)
8. ✏️ Create Privacy Policy, Terms, Refund Policy pages from legal draft
9. ✏️ Update Media Centre heading to "Moments of Impact"
### Waiting on client:
- πŸ“· Founders' professional photos
- πŸ“· Images for "Children's Education" and "Old Age Support" program cards
- πŸ“· Real gallery photos for Media Centre
- πŸ“ Exact years of Jan Seva for founders
- πŸ“ Awards / recognitions
- πŸ“ Real registered office address
- πŸ“ PAN, Registration No, 80G certificate numbers
- πŸ“ Real social media links