From f43228b56e7769be9159150c73395a2b296c853e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 10:06:55 +0000 Subject: [PATCH] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 73 ++++++++------------------------------- 1 file changed, 14 insertions(+), 59 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 9426f4f..63a1975 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -6,7 +6,7 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Lightbulb, BarChart3, Heart } from "lucide-react"; +import { Lightbulb, BarChart3, Heart, Users, Building2, TrendingUp, BookOpen } from "lucide-react"; import Link from "next/link"; export default function ProgramsPage() { @@ -20,8 +20,7 @@ export default function ProgramsPage() { 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 ProgramsPage() { ], }, { - 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 ProgramsPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog & Insights", href: "#" }, { label: "Annual Report", href: "#" }, { label: "Impact Dashboard", href: "#" }, @@ -69,37 +66,13 @@ export default function ProgramsPage() { @@ -119,32 +90,16 @@ export default function ProgramsPage() {