# 📋 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