diff --git a/src/app/impact/page.tsx b/src/app/impact/page.tsx index 1501e20..340c33e 100644 --- a/src/app/impact/page.tsx +++ b/src/app/impact/page.tsx @@ -6,7 +6,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { BarChart3, Heart } from "lucide-react"; +import { BarChart3, Heart, Users, Building2, TrendingUp, BookOpen } from "lucide-react"; import Link from "next/link"; export default function ImpactPage() { @@ -20,8 +20,7 @@ export default function ImpactPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "About Us", href: "/about" }, { label: "Our Programs", href: "/programs" }, { label: "Impact Stories", href: "/impact" }, @@ -29,8 +28,7 @@ export default function ImpactPage() { ], }, { - title: "How to Help", - items: [ + title: "How to Help", items: [ { label: "Donate Now", href: "#" }, { label: "Become a Volunteer", href: "#" }, { label: "Corporate Partnership", href: "#" }, @@ -38,8 +36,7 @@ export default function ImpactPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog & Insights", href: "#" }, { label: "Annual Report", href: "#" }, { label: "Impact Dashboard", href: "#" }, @@ -71,18 +68,14 @@ export default function ImpactPage() { description="At Learninglee, we envision a world where every child in Jammu & Kashmir, regardless of socioeconomic background, has access to quality education. Our comprehensive programs address critical gaps in literacy, numeracy, child safety, and vocational skills. We partner with local communities, schools, and institutions to create sustainable, locally-led solutions that empower children and their families." tag="Our Impact Story" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/kid-playing-with-paper-plane_23-2151582155.jpg" imageAlt="Learninglee team members engaging with children in educational programs" useInvertedBackground={false} buttons={[ { - text: "Explore Our Programs", - href: "/programs", - }, + text: "Explore Our Programs", href: "/programs"}, { - text: "See Our Metrics", - href: "/impact", - }, + text: "See Our Metrics", href: "/impact"}, ]} buttonAnimation="slide-up" titleClassName="text-4xl md:text-5xl font-bold" @@ -94,32 +87,16 @@ export default function ImpactPage() {