14 Commits

Author SHA1 Message Date
a1df2d070d Merge version_3 into main
Merge version_3 into main
2026-03-05 05:16:58 +00:00
a0412af7c0 Update src/app/page.tsx 2026-03-05 05:16:54 +00:00
e23c12c091 Update src/app/layout.tsx 2026-03-05 05:16:54 +00:00
259de5bb4e Merge version_2 into main
Merge version_2 into main
2026-03-05 05:14:37 +00:00
d4eaaaa428 Update src/app/programs/page.tsx 2026-03-05 05:14:33 +00:00
fa184e38ea Update src/app/page.tsx 2026-03-05 05:14:32 +00:00
65d515dff8 Update src/app/contact/page.tsx 2026-03-05 05:14:32 +00:00
939ae2bf27 Merge version_2 into main
Merge version_2 into main
2026-03-05 05:12:45 +00:00
c148b5c566 Update src/app/programs/page.tsx 2026-03-05 05:12:41 +00:00
99ff353cb3 Update src/app/page.tsx 2026-03-05 05:12:41 +00:00
0c7c9412cb Update src/app/donate/page.tsx 2026-03-05 05:12:40 +00:00
556dcbe2a9 Update src/app/contact/page.tsx 2026-03-05 05:12:40 +00:00
679a94e9c9 Update src/app/about/page.tsx 2026-03-05 05:12:40 +00:00
e6280b9a13 Merge version_1 into main
Merge version_1 into main
2026-03-05 03:48:08 +00:00
6 changed files with 149 additions and 449 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

@@ -59,54 +59,24 @@ export default function ContactPage() {
{/* Contact Testimonials Section */}
<div id="contact-testimonials" data-section="contact-testimonials" className="py-20 bg-subtle-accent">
<TestimonialCardFive
title="Testimonials"
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 +90,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 +98,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 +106,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 +114,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

@@ -1,76 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Raleway } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const raleway = Raleway({
variable: "--font-raleway",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Koshalendra Foundation | NGO for Community Support & Food Distribution in Karimnagar",
description: "Koshalendra Foundation is a registered NGO in Karimnagar, Telangana dedicated to serving needy communities through food distribution, medical assistance, and rural outreach programs. Donate or volunteer today.",
keywords: "NGO Karimnagar, charity organization Telangana, donate food NGO, volunteer Telangana, help poor communities India, social welfare, food distribution, medical assistance, rural development",
metadataBase: new URL("https://koshalendra.org"),
alternates: {
canonical: "https://koshalendra.org",
},
openGraph: {
title: "Koshalendra Foundation | Serving Communities with Compassion",
description: "Join us in ensuring no one sleeps hungry. Support food distribution, medical assistance, and rural development programs in Telangana.",
url: "https://koshalendra.org",
siteName: "Koshalendra Foundation",
type: "website",
images: [
{
url: "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",
alt: "Koshalendra Foundation community service",
},
],
},
twitter: {
card: "summary_large_image",
title: "Koshalendra Foundation - NGO for Community Support",
description: "Serving communities with compassion through food distribution and medical assistance.",
images: [
"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",
],
},
robots: {
index: true,
follow: true,
},
};
title: "Koshalendra Foundation", description: "Serving Communities with Compassion - Ensuring no one sleeps hungry"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1438,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -19,6 +19,7 @@ import {
Stethoscope,
TreePine,
Leaf,
ArrowRight,
} from "lucide-react";
export default function HomePage() {
@@ -71,32 +72,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"
@@ -107,6 +92,11 @@ export default function HomePage() {
animationType="scale-rotate"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{ text: "View Our Impact", href: "/programs" },
{ text: "Learn More", href: "/about" },
]}
buttonAnimation="slide-up"
/>
</div>
@@ -115,74 +105,58 @@ 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"
},
],
},
@@ -215,84 +189,39 @@ export default function HomePage() {
{/* Testimonials Section */}
<div id="testimonials" data-section="testimonials" className="py-20">
<TestimonialCardFive
title="Testimonials"
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 +254,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 +262,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 +270,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 +278,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "CIN: U88100TS2025NPL195734", href: "#" },
@@ -366,4 +291,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

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"},
],
},
]}
@@ -134,54 +110,24 @@ export default function ProgramsPage() {
{/* Program Impact Stories Section */}
<div id="program-stories" data-section="program-stories" className="py-20 bg-subtle-accent">
<TestimonialCardFive
title="Success Stories"
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 +141,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 +149,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 +157,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 +165,7 @@ export default function ProgramsPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "CIN: U88100TS2025NPL195734", href: "#" },