From 5facbe7929b3c8401297c8bfa7ddd6acd2d641da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:10:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4aa4aa..51035eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#" } ] }