diff --git a/src/app/page.tsx b/src/app/page.tsx
index baffd0a..bde536e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -53,43 +41,17 @@ export default function LandingPage() {
@@ -116,27 +75,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "500+",
- title: "Women Empowered",
- description: "Successfully completed programs",
- icon: Users,
- },
- {
- id: "m2",
- value: "120",
- title: "Businesses Started",
- description: "Independent livelihoods created",
- icon: Briefcase,
- },
- {
- id: "m3",
- value: "1000+",
- title: "Families Supported",
- description: "Through direct community care",
- icon: Heart,
- },
+ { id: "m1", value: "500+", title: "Women Empowered", description: "Successfully completed programs", icon: Users },
+ { id: "m2", value: "120", title: "Businesses Started", description: "Independent livelihoods created", icon: Briefcase },
+ { id: "m3", value: "1000+", title: "Families Supported", description: "Through direct community care", icon: Heart },
]}
title="Tangible Impact"
description="Evidence of our commitment to upliftment."
@@ -145,28 +86,14 @@ export default function LandingPage() {
@@ -233,29 +137,15 @@ export default function LandingPage() {
logoText="Masakhe Isizwe"
columns={[
{
- title: "Programs",
- items: [
- {
- label: "Skills",
- href: "#programs",
- },
- {
- label: "Entrepreneurship",
- href: "#programs",
- },
+ title: "Programs", items: [
+ { label: "Skills", href: "#programs" },
+ { label: "Entrepreneurship", href: "#programs" },
],
},
{
- title: "Company",
- items: [
- {
- label: "About Us",
- href: "#",
- },
- {
- label: "Contact",
- href: "#contact",
- },
+ title: "Company", items: [
+ { label: "About Us", href: "#" },
+ { label: "Contact", href: "#contact" },
],
},
]}