Update src/app/page.tsx

This commit is contained in:
2026-03-10 15:10:18 +00:00
parent bc5e76db7a
commit 5facbe7929

View File

@@ -79,7 +79,7 @@ export default function LandingPage() {
description={[
"Founded with a vision to bridge the gap between privileged and underprivileged communities, Kanha G Foundation has been working since its inception to provide education, healthcare, and livelihood support to thousands of individuals.", "We believe in the power of community-driven initiatives. Our team collaborates with local organizations, volunteers, and beneficiaries to identify needs and create sustainable solutions that empower people to build better futures.", "Through transparent operations and dedicated volunteer work, we ensure that every contribution creates meaningful, measurable impact in the lives of those we serve."
]}
buttons={[{ text: "Explore Our Programs", href: "#impact" }]}
buttons={[{ text: "Explore Our Programs", href: "impact" }]}
showBorder={true}
useInvertedBackground={false}
/>
@@ -228,25 +228,25 @@ export default function LandingPage() {
columns={[
{
title: "Programs", items: [
{ label: "Education", href: "#impact" },
{ label: "Healthcare", href: "#impact" },
{ label: "Livelihood", href: "#impact" },
{ label: "Community Support", href: "#impact" }
{ label: "Education", href: "impact" },
{ label: "Healthcare", href: "impact" },
{ label: "Livelihood", href: "impact" },
{ label: "Community Support", href: "impact" }
]
},
{
title: "Organization", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Impact", href: "#metrics" },
{ label: "Contact", href: "#contact" }
{ label: "About Us", href: "about" },
{ label: "Our Team", href: "team" },
{ label: "Impact", href: "metrics" },
{ label: "Contact", href: "contact" }
]
},
{
title: "Support", items: [
{ label: "Donate", href: "#contact" },
{ label: "Volunteer", href: "#contact" },
{ label: "Partner With Us", href: "#contact" },
{ label: "Donate", href: "contact" },
{ label: "Volunteer", href: "contact" },
{ label: "Partner With Us", href: "contact" },
{ label: "Privacy Policy", href: "#" }
]
}