diff --git a/src/app/page.tsx b/src/app/page.tsx index 96f28ba..b79f31d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,68 +30,37 @@ export default function LandingPage() {
@@ -102,18 +71,11 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Led by Refugees, ", - }, + type: "text", content: "Led by Refugees, "}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/international-team-multiethnic-group-partners-discussing-plans-strategy-their-start-up_273609-5531.jpg", - alt: "Community", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/international-team-multiethnic-group-partners-discussing-plans-strategy-their-start-up_273609-5531.jpg", alt: "Community"}, { - type: "text", - content: " Serving Communities", - }, + type: "text", content: " Serving Communities"}, ]} />
@@ -126,20 +88,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "2024", - description: "Founded & Registered", - }, + id: "m1", value: "2024", description: "Founded & Registered"}, { - id: "m2", - value: "100%", - description: "Refugee-Led Leadership", - }, + id: "m2", value: "100%", description: "Refugee-Led Leadership"}, { - id: "m3", - value: "Global", - description: "Implementing Partner", - }, + id: "m3", value: "Global", description: "Implementing Partner"}, ]} title="Our Impact" description="Rapidly growing and driving sustainable, community-led change in Ethiopia." @@ -153,20 +106,11 @@ export default function LandingPage() { description="Practical, sustainable solutions for urban refugee resilience." accordionItems={[ { - id: "f1", - title: "Protection & Advocacy", - content: "We advocate for the rights and dignity of displaced individuals in Ethiopia.", - }, + id: "f1", title: "Protection & Advocacy", content: "We advocate for the rights and dignity of displaced individuals in Ethiopia."}, { - id: "f2", - title: "Skills Development", - content: "Equipping refugees with vocational and practical skills to foster self-reliance.", - }, + id: "f2", title: "Skills Development", content: "Equipping refugees with vocational and practical skills to foster self-reliance."}, { - id: "f3", - title: "Livelihood Support", - content: "Creating pathways to sustainable income and dignified work.", - }, + id: "f3", title: "Livelihood Support", content: "Creating pathways to sustainable income and dignified work."}, ]} imageSrc="http://img.b2bpic.net/free-photo/hispanic-man-with-beard-wearing-volunteer-t-shirt-donations-point-pointing-finger-one-self-smiling-happy-proud_839833-5261.jpg" imageAlt="Our services" @@ -178,42 +122,18 @@ export default function LandingPage() {