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() {