Merge version_2 into main #2

Merged
bender merged 5 commits from version_2 into main 2026-03-05 05:12:45 +00:00
5 changed files with 132 additions and 397 deletions

View File

@@ -65,57 +65,39 @@ export default function AboutPage() {
<FeatureCardTwentyFive
features={[
{
title: "Compassion",
description:
"We serve with genuine care and empathy for those in need, treating every community member with dignity and respect.",
icon: Heart,
title: "Compassion", description:
"We serve with genuine care and empathy for those in need, treating every community member with dignity and respect.", icon: Heart,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=5",
imageAlt: "Community care",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=5", imageAlt: "Community care"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=4",
imageAlt: "Service to community",
},
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=4", imageAlt: "Service to community"},
],
},
{
title: "Transparency",
description:
"We maintain complete accountability in our operations, ensuring donors and stakeholders understand how their contributions create impact.",
icon: Award,
title: "Transparency", description:
"We maintain complete accountability in our operations, ensuring donors and stakeholders understand how their contributions create impact.", icon: Award,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=4",
imageAlt: "Rural transparency",
},
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=4", imageAlt: "Rural transparency"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=6",
imageAlt: "Community accountability",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=6", imageAlt: "Community accountability"},
],
},
{
title: "Sustainability",
description:
"We design programs that create lasting change, empowering communities to become self-reliant and thrive independently.",
icon: TreePine,
title: "Sustainability", description:
"We design programs that create lasting change, empowering communities to become self-reliant and thrive independently.", icon: TreePine,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=3",
imageAlt: "Long-term support",
},
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=3", imageAlt: "Long-term support"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=5",
imageAlt: "Community empowerment",
},
"http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=5", imageAlt: "Community empowerment"},
],
},
]}
@@ -134,32 +116,16 @@ export default function AboutPage() {
<MetricCardOne
metrics={[
{
id: "1",
value: "50000",
title: "Lives Served",
description: "Direct beneficiaries through our programs",
icon: Users,
id: "1", value: "50000", title: "Lives Served", description: "Direct beneficiaries through our programs", icon: Users,
},
{
id: "2",
value: "45",
title: "Villages",
description: "Rural communities across Telangana",
icon: TreePine,
id: "2", value: "45", title: "Villages", description: "Rural communities across Telangana", icon: TreePine,
},
{
id: "3",
value: "200",
title: "Volunteers",
description: "Active team members contributing daily",
icon: Heart,
id: "3", value: "200", title: "Volunteers", description: "Active team members contributing daily", icon: Heart,
},
{
id: "4",
value: "100",
title: "Programs",
description: "Initiatives launched in communities",
icon: Award,
id: "4", value: "100", title: "Programs", description: "Initiatives launched in communities", icon: Award,
},
]}
title="Our Achievements"
@@ -179,8 +145,7 @@ export default function AboutPage() {
logoText="Koshalendra Foundation"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Our Programs", href: "/programs" },
@@ -188,8 +153,7 @@ export default function AboutPage() {
],
},
{
title: "Get Involved",
items: [
title: "Get Involved", items: [
{ label: "Donate", href: "/donate" },
{ label: "Volunteer", href: "/volunteer" },
{ label: "Partner With Us", href: "/contact" },
@@ -197,8 +161,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Address: Karimnagar, Telangana", href: "#" },
{ label: "Email: info@koshalendra.org", href: "mailto:info@koshalendra.org" },
{ label: "Phone: +91 XXXXXXXXXX", href: "tel:+91XXXXXXXXXX" },
@@ -206,8 +169,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "CIN: U88100TS2025NPL195734", href: "#" },

View File

@@ -61,52 +61,21 @@ export default function ContactPage() {
<TestimonialCardFive
testimonials={[
{
id: "1",
name: "Vikram Patel, Individual Donor",
date: "Date: December 2024",
title: "Responsive and Professional Team",
quote:
"I had questions about where my donation would go. The team answered promptly with detailed information and impact reports. That transparency won my trust completely.",
tag: "Donor",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-people-with-clothes_23-2149196128.jpg",
avatarAlt: "Vikram Patel",
imageSrc:
"http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=6",
imageAlt: "Trust and transparency",
},
id: "1", name: "Vikram Patel, Individual Donor", date: "Date: December 2024", title: "Responsive and Professional Team", quote:
"I had questions about where my donation would go. The team answered promptly with detailed information and impact reports. That transparency won my trust completely.", tag: "Donor", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-people-with-clothes_23-2149196128.jpg", avatarAlt: "Vikram Patel", imageSrc:
"http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=6", imageAlt: "Trust and transparency"},
{
id: "2",
name: "Meera Singh, Volunteer",
date: "Date: January 2025",
title: "Welcoming and Supportive",
quote:
"When I reached out to volunteer, they welcomed me warmly and provided comprehensive training. The team support makes every volunteer session meaningful and impactful.",
tag: "Volunteer",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
avatarAlt: "Meera Singh",
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=10",
imageAlt: "Volunteer support",
},
id: "2", name: "Meera Singh, Volunteer", date: "Date: January 2025", title: "Welcoming and Supportive", quote:
"When I reached out to volunteer, they welcomed me warmly and provided comprehensive training. The team support makes every volunteer session meaningful and impactful.", tag: "Volunteer", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", avatarAlt: "Meera Singh", imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=10", imageAlt: "Volunteer support"},
{
id: "3",
name: "Arjun Reddy, Corporate Partner",
date: "Date: January 2025",
title: "Partnership Opportunities",
quote:
"We contacted them about CSR collaboration. They were professional, transparent about impact metrics, and designed programs aligned with our corporate values.",
tag: "Partner",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg",
avatarAlt: "Arjun Reddy",
imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=8",
imageAlt: "Corporate partnership",
},
id: "3", name: "Arjun Reddy, Corporate Partner", date: "Date: January 2025", title: "Partnership Opportunities", quote:
"We contacted them about CSR collaboration. They were professional, transparent about impact metrics, and designed programs aligned with our corporate values.", tag: "Partner", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg", avatarAlt: "Arjun Reddy", imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=8", imageAlt: "Corporate partnership"},
]}
title="Why Connect With Us"
description="Hear from donors, volunteers, and partners about their experience"
tag="Testimonials"
textboxLayout="default"
@@ -120,8 +89,7 @@ export default function ContactPage() {
logoText="Koshalendra Foundation"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Our Programs", href: "/programs" },
@@ -129,8 +97,7 @@ export default function ContactPage() {
],
},
{
title: "Get Involved",
items: [
title: "Get Involved", items: [
{ label: "Donate", href: "/donate" },
{ label: "Volunteer", href: "/volunteer" },
{ label: "Partner With Us", href: "/contact" },
@@ -138,8 +105,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Address: Karimnagar, Telangana", href: "#" },
{ label: "Email: info@koshalendra.org", href: "mailto:info@koshalendra.org" },
{ label: "Phone: +91 XXXXXXXXXX", href: "tel:+91XXXXXXXXXX" },
@@ -147,8 +113,7 @@ export default function ContactPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "CIN: U88100TS2025NPL195734", href: "#" },

View File

@@ -48,32 +48,16 @@ export default function DonatePage() {
<MetricCardOne
metrics={[
{
id: "1",
value: "500",
title: "₹100 Donation",
description: "Provides 2 nutritious meals for families",
icon: Utensils,
id: "1", value: "500", title: "₹100 Donation", description: "Provides 2 nutritious meals for families", icon: Utensils,
},
{
id: "2",
value: "1000",
title: "₹500 Donation",
description: "Supports medical assistance for 3 families",
icon: Stethoscope,
id: "2", value: "1000", title: "₹500 Donation", description: "Supports medical assistance for 3 families", icon: Stethoscope,
},
{
id: "3",
value: "5000",
title: "₹2500 Donation",
description: "Funds a health camp for entire village",
icon: Heart,
id: "3", value: "5000", title: "₹2500 Donation", description: "Funds a health camp for entire village", icon: Heart,
},
{
id: "4",
value: "10000",
title: "₹5000+ Donation",
description: "Establishes ongoing community support program",
icon: Users,
id: "4", value: "10000", title: "₹5000+ Donation", description: "Establishes ongoing community support program", icon: Users,
},
]}
title="Your Donation Impact"
@@ -92,57 +76,39 @@ export default function DonatePage() {
<FeatureCardTwentyFive
features={[
{
title: "One-Time Donation",
description:
"Make a single contribution to support our immediate programs. Whether it's ₹100 or ₹10,000, every rupee makes a real difference in our communities.",
icon: Heart,
title: "One-Time Donation", description:
"Make a single contribution to support our immediate programs. Whether it's ₹100 or ₹10,000, every rupee makes a real difference in our communities.", icon: Heart,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=11",
imageAlt: "One-time donation impact",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=11", imageAlt: "One-time donation impact"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=8",
imageAlt: "Community support",
},
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=8", imageAlt: "Community support"},
],
},
{
title: "Monthly Giving",
description:
"Become a sustaining member with recurring monthly donations. Monthly giving creates predictable funding for our long-term programs and helps us plan better community initiatives.",
icon: Users,
title: "Monthly Giving", description:
"Become a sustaining member with recurring monthly donations. Monthly giving creates predictable funding for our long-term programs and helps us plan better community initiatives.", icon: Users,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=7",
imageAlt: "Monthly giving community",
},
"http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=7", imageAlt: "Monthly giving community"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=12",
imageAlt: "Sustained impact",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=12", imageAlt: "Sustained impact"},
],
},
{
title: "Program Specific",
description:
"Support a specific program close to your heart. Choose from food distribution, medical assistance, or rural outreach - and your donation goes directly to that initiative.",
icon: Stethoscope,
title: "Program Specific", description:
"Support a specific program close to your heart. Choose from food distribution, medical assistance, or rural outreach - and your donation goes directly to that initiative.", icon: Stethoscope,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=6",
imageAlt: "Medical program support",
},
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=6", imageAlt: "Medical program support"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=9",
imageAlt: "Rural program support",
},
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=9", imageAlt: "Rural program support"},
],
},
]}
@@ -181,8 +147,7 @@ export default function DonatePage() {
logoText="Koshalendra Foundation"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Our Programs", href: "/programs" },
@@ -190,8 +155,7 @@ export default function DonatePage() {
],
},
{
title: "Get Involved",
items: [
title: "Get Involved", items: [
{ label: "Donate", href: "/donate" },
{ label: "Volunteer", href: "/volunteer" },
{ label: "Partner With Us", href: "/contact" },
@@ -199,8 +163,7 @@ export default function DonatePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Address: Karimnagar, Telangana", href: "#" },
{ label: "Email: info@koshalendra.org", href: "mailto:info@koshalendra.org" },
{ label: "Phone: +91 XXXXXXXXXX", href: "tel:+91XXXXXXXXXX" },
@@ -208,8 +171,7 @@ export default function DonatePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "CIN: U88100TS2025NPL195734", href: "#" },

View File

@@ -71,32 +71,16 @@ export default function HomePage() {
<MetricCardOne
metrics={[
{
id: "1",
value: "50000",
title: "Meals Distributed",
description: "Nutritious food provided to needy families",
icon: Users,
id: "1", value: "50000", title: "Meals Distributed", description: "Nutritious food provided to needy families", icon: Users,
},
{
id: "2",
value: "15000",
title: "People Helped",
description: "Lives touched through our initiatives",
icon: Heart,
id: "2", value: "15000", title: "People Helped", description: "Lives touched through our initiatives", icon: Heart,
},
{
id: "3",
value: "45",
title: "Villages Reached",
description: "Rural and tribal communities supported",
icon: MapPin,
id: "3", value: "45", title: "Villages Reached", description: "Rural and tribal communities supported", icon: MapPin,
},
{
id: "4",
value: "200",
title: "Active Volunteers",
description: "Dedicated team members serving communities",
icon: Handshake,
id: "4", value: "200", title: "Active Volunteers", description: "Dedicated team members serving communities", icon: Handshake,
},
]}
title="Our Impact"
@@ -115,75 +99,51 @@ export default function HomePage() {
<FeatureCardTwentyFive
features={[
{
title: "Food Distribution",
description:
"Regular meal distribution programs ensuring nutritious food reaches poor and needy families",
icon: Utensils,
title: "Food Distribution", description:
"Regular meal distribution programs ensuring nutritious food reaches poor and needy families", icon: Utensils,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=1",
imageAlt: "Food distribution program",
},
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=1", imageAlt: "Food distribution program"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=1",
imageAlt: "Community welfare distribution",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=1", imageAlt: "Community welfare distribution"},
],
},
{
title: "Medical Assistance",
description:
"Health camps and medical support for rural populations with limited healthcare access",
icon: Stethoscope,
title: "Medical Assistance", description:
"Health camps and medical support for rural populations with limited healthcare access", icon: Stethoscope,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=1",
imageAlt: "Medical assistance camp",
},
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=1", imageAlt: "Medical assistance camp"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=1",
imageAlt: "Rural health support",
},
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=1", imageAlt: "Rural health support"},
],
},
{
title: "Rural Outreach",
description:
"Dedicated support for tribal and rural communities through education and social welfare programs",
icon: TreePine,
title: "Rural Outreach", description:
"Dedicated support for tribal and rural communities through education and social welfare programs", icon: TreePine,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=2",
imageAlt: "Rural community outreach",
},
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=2", imageAlt: "Rural community outreach"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=2",
imageAlt: "Rural support programs",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=2", imageAlt: "Rural support programs"},
],
},
{
title: "Community Welfare",
description:
"Holistic social welfare initiatives supporting vulnerable populations with compassion and dignity",
icon: Users,
title: "Community Welfare", description:
"Holistic social welfare initiatives supporting vulnerable populations with compassion and dignity", icon: Users,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=3",
imageAlt: "Community welfare",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=3", imageAlt: "Community welfare"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=2",
imageAlt: "Welfare distribution",
},
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=2", imageAlt: "Welfare distribution"},
],
},
]}
@@ -217,82 +177,31 @@ export default function HomePage() {
<TestimonialCardFive
testimonials={[
{
id: "1",
name: "Rajesh Kumar, Volunteer",
date: "Date: January 2025",
title: "Changed my perspective on community service",
quote:
"Volunteering with Koshalendra Foundation has been transformative. Seeing the direct impact of our food distribution programs in Karimnagar villages motivates me every week.",
tag: "Volunteer",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
avatarAlt: "Rajesh Kumar",
imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=3",
imageAlt: "Volunteer at food distribution",
},
id: "1", name: "Rajesh Kumar, Volunteer", date: "Date: January 2025", title: "Changed my perspective on community service", quote:
"Volunteering with Koshalendra Foundation has been transformative. Seeing the direct impact of our food distribution programs in Karimnagar villages motivates me every week.", tag: "Volunteer", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", avatarAlt: "Rajesh Kumar", imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=3", imageAlt: "Volunteer at food distribution"},
{
id: "2",
name: "Priya Sharma, Beneficiary",
date: "Date: December 2024",
title: "Our family feels supported and dignified",
quote:
"The foundation's medical assistance program helped my family during a critical time. Beyond the medical help, the compassion they showed was equally important.",
tag: "Community Member",
avatarSrc:
"http://img.b2bpic.net/free-photo/young-attractive-african-american-man-cafe-fashion-shooting-paris_1321-3458.jpg",
avatarAlt: "Priya Sharma",
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=2",
imageAlt: "Medical assistance",
},
id: "2", name: "Priya Sharma, Beneficiary", date: "Date: December 2024", title: "Our family feels supported and dignified", quote:
"The foundation's medical assistance program helped my family during a critical time. Beyond the medical help, the compassion they showed was equally important.", tag: "Community Member", avatarSrc:
"http://img.b2bpic.net/free-photo/young-attractive-african-american-man-cafe-fashion-shooting-paris_1321-3458.jpg", avatarAlt: "Priya Sharma", imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=2", imageAlt: "Medical assistance"},
{
id: "3",
name: "Arjun Reddy, CSR Partner",
date: "Date: January 2025",
title: "Transparent and impactful NGO",
quote:
"As a corporate partner, we appreciate Koshalendra's transparency and measurable impact. Their focus on rural communities aligns perfectly with our CSR goals.",
tag: "Corporate Partner",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg",
avatarAlt: "Arjun Reddy",
imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=3",
imageAlt: "Rural community outreach",
},
id: "3", name: "Arjun Reddy, CSR Partner", date: "Date: January 2025", title: "Transparent and impactful NGO", quote:
"As a corporate partner, we appreciate Koshalendra's transparency and measurable impact. Their focus on rural communities aligns perfectly with our CSR goals.", tag: "Corporate Partner", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg", avatarAlt: "Arjun Reddy", imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=3", imageAlt: "Rural community outreach"},
{
id: "4",
name: "Meera Singh, Community Leader",
date: "Date: November 2024",
title: "Bringing hope to our village",
quote:
"Koshalendra Foundation doesn't just provide aid; they work WITH communities. The respect and partnership they show makes all the difference in our village.",
tag: "Community Leader",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
avatarAlt: "Meera Singh",
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=4",
imageAlt: "Community welfare",
},
id: "4", name: "Meera Singh, Community Leader", date: "Date: November 2024", title: "Bringing hope to our village", quote:
"Koshalendra Foundation doesn't just provide aid; they work WITH communities. The respect and partnership they show makes all the difference in our village.", tag: "Community Leader", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", avatarAlt: "Meera Singh", imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=4", imageAlt: "Community welfare"},
{
id: "5",
name: "Vikram Patel, Individual Donor",
date: "Date: December 2024",
title: "Every rupee makes a real difference",
quote:
"The detailed impact reports show exactly where donations go. I've recommended Koshalendra to friends and family because of their integrity and commitment.",
tag: "Supporter",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-people-with-clothes_23-2149196128.jpg",
avatarAlt: "Vikram Patel",
imageSrc:
"http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=3",
imageAlt: "Community service",
},
id: "5", name: "Vikram Patel, Individual Donor", date: "Date: December 2024", title: "Every rupee makes a real difference", quote:
"The detailed impact reports show exactly where donations go. I've recommended Koshalendra to friends and family because of their integrity and commitment.", tag: "Supporter", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-people-with-clothes_23-2149196128.jpg", avatarAlt: "Vikram Patel", imageSrc:
"http://img.b2bpic.net/free-photo/multiethnic-volunteers-charitable-event-handing-out-food-poor-needy-smiles-abound-as-voluntary-individuals-work-together-fight-hunger-provide-support-less-fortunate_482257-68825.jpg?_wi=3", imageAlt: "Community service"},
]}
title="Community Voices"
description="Stories from volunteers, beneficiaries, and supporters who believe in our mission"
tag="Testimonials"
textboxLayout="default"
@@ -325,8 +234,7 @@ export default function HomePage() {
logoText="Koshalendra Foundation"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Our Programs", href: "/programs" },
@@ -334,8 +242,7 @@ export default function HomePage() {
],
},
{
title: "Get Involved",
items: [
title: "Get Involved", items: [
{ label: "Donate", href: "/donate" },
{ label: "Volunteer", href: "/volunteer" },
{ label: "Partner With Us", href: "/contact" },
@@ -343,8 +250,7 @@ export default function HomePage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Address: Karimnagar, Telangana", href: "#" },
{ label: "Email: info@koshalendra.org", href: "mailto:info@koshalendra.org" },
{ label: "Phone: +91 XXXXXXXXXX", href: "tel:+91XXXXXXXXXX" },
@@ -352,8 +258,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "CIN: U88100TS2025NPL195734", href: "#" },

View File

@@ -49,75 +49,51 @@ export default function ProgramsPage() {
<FeatureCardTwentyFive
features={[
{
title: "Food Distribution",
description:
"Our signature program ensures nutritious meals reach poor and needy families. Regular food distribution drives in rural areas, weekly meal programs, and emergency food assistance during crises.",
icon: Utensils,
title: "Food Distribution", description:
"Our signature program ensures nutritious meals reach poor and needy families. Regular food distribution drives in rural areas, weekly meal programs, and emergency food assistance during crises.", icon: Utensils,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=5",
imageAlt: "Food distribution program",
},
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=5", imageAlt: "Food distribution program"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=7",
imageAlt: "Community meal program",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=7", imageAlt: "Community meal program"},
],
},
{
title: "Medical Assistance",
description:
"Health camps and medical support for rural populations with limited healthcare access. Free medical checkups, health awareness programs, and ongoing medical aid for vulnerable families.",
icon: Stethoscope,
title: "Medical Assistance", description:
"Health camps and medical support for rural populations with limited healthcare access. Free medical checkups, health awareness programs, and ongoing medical aid for vulnerable families.", icon: Stethoscope,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=4",
imageAlt: "Medical assistance camp",
},
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=4", imageAlt: "Medical assistance camp"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=5",
imageAlt: "Rural health support",
},
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=5", imageAlt: "Rural health support"},
],
},
{
title: "Rural Outreach",
description:
"Dedicated support for tribal and rural communities through education and social welfare programs. Village development initiatives, skill training, and community capacity building.",
icon: TreePine,
title: "Rural Outreach", description:
"Dedicated support for tribal and rural communities through education and social welfare programs. Village development initiatives, skill training, and community capacity building.", icon: TreePine,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=6",
imageAlt: "Rural community outreach",
},
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=6", imageAlt: "Rural community outreach"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=8",
imageAlt: "Rural support programs",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=8", imageAlt: "Rural support programs"},
],
},
{
title: "Community Welfare",
description:
"Holistic social welfare initiatives supporting vulnerable populations with compassion and dignity. Assistance programs, welfare support, and community empowerment projects.",
icon: Users,
title: "Community Welfare", description:
"Holistic social welfare initiatives supporting vulnerable populations with compassion and dignity. Assistance programs, welfare support, and community empowerment projects.", icon: Users,
mediaItems: [
{
imageSrc:
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=9",
imageAlt: "Community welfare",
},
"http://img.b2bpic.net/free-photo/fighting-hunger-poverty-together_482257-84897.jpg?_wi=9", imageAlt: "Community welfare"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=6",
imageAlt: "Welfare distribution",
},
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=6", imageAlt: "Welfare distribution"},
],
},
]}
@@ -136,52 +112,21 @@ export default function ProgramsPage() {
<TestimonialCardFive
testimonials={[
{
id: "1",
name: "Rajesh Kumar, Volunteer",
date: "Date: January 2025",
title: "Food Distribution Changed Lives",
quote:
"The food distribution program reaches 500+ families every month in Karimnagar. Seeing children smile after receiving a meal makes the effort worthwhile.",
tag: "Program: Food Distribution",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
avatarAlt: "Rajesh Kumar",
imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=7",
imageAlt: "Food distribution impact",
},
id: "1", name: "Rajesh Kumar, Volunteer", date: "Date: January 2025", title: "Food Distribution Changed Lives", quote:
"The food distribution program reaches 500+ families every month in Karimnagar. Seeing children smile after receiving a meal makes the effort worthwhile.", tag: "Program: Food Distribution", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", avatarAlt: "Rajesh Kumar", imageSrc:
"http://img.b2bpic.net/free-photo/photo-focus-caucasian-man-serving-bread-chicken-baked-beans-poor-hungry-african-american-person-non-profit-food-drive-close-up-meal-box-from-hunger-relief-team-given-needy_482257-68821.jpg?_wi=7", imageAlt: "Food distribution impact"},
{
id: "2",
name: "Dr. Priya Sharma",
date: "Date: December 2024",
title: "Medical Camps Serve Hundreds",
quote:
"Our medical assistance programs have treated over 2,000 patients this year alone. The health camps bring essential healthcare to villages where access was impossible.",
tag: "Program: Medical Assistance",
avatarSrc:
"http://img.b2bpic.net/free-photo/young-attractive-african-american-man-cafe-fashion-shooting-paris_1321-3458.jpg",
avatarAlt: "Dr. Priya Sharma",
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=5",
imageAlt: "Medical camp",
},
id: "2", name: "Dr. Priya Sharma", date: "Date: December 2024", title: "Medical Camps Serve Hundreds", quote:
"Our medical assistance programs have treated over 2,000 patients this year alone. The health camps bring essential healthcare to villages where access was impossible.", tag: "Program: Medical Assistance", avatarSrc:
"http://img.b2bpic.net/free-photo/young-attractive-african-american-man-cafe-fashion-shooting-paris_1321-3458.jpg", avatarAlt: "Dr. Priya Sharma", imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-senior-man-communicating-hospital-waiting-room-while-wearing-face-masks_637285-11252.jpg?_wi=5", imageAlt: "Medical camp"},
{
id: "3",
name: "Arjun Reddy, Community Leader",
date: "Date: January 2025",
title: "Rural Outreach Empowers Communities",
quote:
"The rural outreach program has transformed our village. Education initiatives and welfare programs give our youth hope for the future.",
tag: "Program: Rural Outreach",
avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg",
avatarAlt: "Arjun Reddy",
imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=7",
imageAlt: "Rural development",
},
id: "3", name: "Arjun Reddy, Community Leader", date: "Date: January 2025", title: "Rural Outreach Empowers Communities", quote:
"The rural outreach program has transformed our village. Education initiatives and welfare programs give our youth hope for the future.", tag: "Program: Rural Outreach", avatarSrc:
"http://img.b2bpic.net/free-photo/close-up-smiley-people-working-together_23-2149181995.jpg", avatarAlt: "Arjun Reddy", imageSrc:
"http://img.b2bpic.net/free-photo/indigenous-person-doing-daily-chores-showcasing-lifestyle_23-2149711074.jpg?_wi=7", imageAlt: "Rural development"},
]}
title="Program Impact Stories"
description="Real results from communities we serve"
tag="Success Stories"
textboxLayout="default"
@@ -195,8 +140,7 @@ export default function ProgramsPage() {
logoText="Koshalendra Foundation"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Our Programs", href: "/programs" },
@@ -204,8 +148,7 @@ export default function ProgramsPage() {
],
},
{
title: "Get Involved",
items: [
title: "Get Involved", items: [
{ label: "Donate", href: "/donate" },
{ label: "Volunteer", href: "/volunteer" },
{ label: "Partner With Us", href: "/contact" },
@@ -213,8 +156,7 @@ export default function ProgramsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Address: Karimnagar, Telangana", href: "#" },
{ label: "Email: info@koshalendra.org", href: "mailto:info@koshalendra.org" },
{ label: "Phone: +91 XXXXXXXXXX", href: "tel:+91XXXXXXXXXX" },
@@ -222,8 +164,7 @@ export default function ProgramsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "CIN: U88100TS2025NPL195734", href: "#" },