From 351f3d3e8654c0e108e54a612ffb749a47b30f2d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:06:53 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 87 ++++++++++-------------------------------- 1 file changed, 21 insertions(+), 66 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 76d5d97..9699650 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,14 +44,12 @@ export default function AboutPage() { description="Learninglee was founded on the belief that every child, regardless of their socioeconomic circumstances or geographic location, deserves access to quality education. In Jammu & Kashmir, where educational inequities are pronounced, we work tirelessly to bridge gaps and create pathways for underserved children to thrive academically, emotionally, and socially. Our work is rooted in deep community engagement, cultural sensitivity, and evidence-based practices that respect local contexts while driving measurable impact." tag="Who We Are" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg" imageAlt="Learninglee's commitment to educational transformation" useInvertedBackground={false} buttons={[ { - text: "Support Our Work", - href: "#contact", - }, + text: "Support Our Work", href: "#contact"}, ]} buttonAnimation="slide-up" titleClassName="text-4xl md:text-5xl font-bold" @@ -71,32 +69,16 @@ export default function AboutPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "12500", - title: "Children Impacted", - description: "Direct and indirect beneficiaries of Learninglee programs across Jammu & Kashmir", - icon: Users, + id: "1", value: "12500", title: "Children Impacted", description: "Direct and indirect beneficiaries of Learninglee programs across Jammu & Kashmir", icon: Users, }, { - id: "2", - value: "85", - title: "Institutional Partners", - description: "Schools, NGOs, and government bodies collaborating for educational excellence", - icon: Building2, + id: "2", value: "85", title: "Institutional Partners", description: "Schools, NGOs, and government bodies collaborating for educational excellence", icon: Building2, }, { - id: "3", - value: "92", - title: "% Success Rate", - description: "Program participants achieving educational and developmental milestones", - icon: TrendingUp, + id: "3", value: "92", title: "% Success Rate", description: "Program participants achieving educational and developmental milestones", icon: TrendingUp, }, { - id: "4", - value: "1200", - title: "Educators Trained", - description: "Teachers and facilitators equipped with contemporary pedagogical methods", - icon: BookOpen, + id: "4", value: "1200", title: "Educators Trained", description: "Teachers and facilitators equipped with contemporary pedagogical methods", icon: BookOpen, }, ]} animationType="slide-up" @@ -130,66 +112,39 @@ export default function AboutPage() { copyrightText="© 2025 Learninglee | Education for Every Child" columns={[ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { - label: "About Us", - href: "/about", - }, + label: "About Us", href: "/about"}, { - label: "Our Programs", - href: "/programs", - }, + label: "Our Programs", href: "/programs"}, { - label: "Impact Stories", - href: "/impact", - }, + label: "Impact Stories", href: "/impact"}, { - label: "Get Involved", - href: "/get-involved", - }, + label: "Get Involved", href: "/get-involved"}, ], }, { - title: "How to Help", - items: [ + title: "How to Help", items: [ { - label: "Donate Now", - href: "#", - }, + label: "Donate Now", href: "#"}, { - label: "Become a Volunteer", - href: "#", - }, + label: "Become a Volunteer", href: "#"}, { - label: "Corporate Partnership", - href: "#", - }, + label: "Corporate Partnership", href: "#"}, { - label: "Institutional Collaboration", - href: "#", - }, + label: "Institutional Collaboration", href: "#"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog & Insights", - href: "#", - }, + label: "Blog & Insights", href: "#"}, { - label: "Annual Report", - href: "#", - }, + label: "Annual Report", href: "#"}, { - label: "Impact Dashboard", - href: "#", - }, + label: "Impact Dashboard", href: "#"}, { - label: "Contact Us", - href: "/contact", - }, + label: "Contact Us", href: "/contact"}, ], }, ]}