diff --git a/src/app/page.tsx b/src/app/page.tsx index f236e13..3df65bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,145 +29,39 @@ export default function LandingPage() {
@@ -179,7 +73,7 @@ export default function LandingPage() { description="The Rights & Governance for Development (TRGD) is a non-partisan organization dedicated to fostering social accountability and climate justice in Northern Uganda." subdescription="Our work bridges the gap between grassroots community needs and policy-level governance." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/low-angle-forest-wardens-with-tablet_23-2149557297.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/low-angle-forest-wardens-with-tablet_23-2149557297.jpg" mediaAnimation="slide-up" /> @@ -190,159 +84,29 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Environment & Conservation", - description: "Protecting biodiversity and natural ecosystems through sustainable management.", - bentoComponent: "reveal-icon", - icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=11", - imageAlt: "Ugandan community meeting outdoor", - }, - { - title: "Land Rights", - description: "Securing local land ownership and advocating for legal reform.", - bentoComponent: "reveal-icon", - icon: MapPin, - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-forest-wardens-with-tablet_23-2149557297.jpg?_wi=2", - imageAlt: "environmental officer in field", - }, - { - title: "Climate Justice", - description: "Empowering communities to adapt to changing environmental realities.", - bentoComponent: "reveal-icon", - icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/compact-fluorescent-light-bulb-recycle-icon-white-backdrop_23-2147817236.jpg?_wi=1", - imageAlt: "environmental conservation icon", - }, - { - title: "Social Accountability", - description: "Promoting transparency in resource governance.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/view-divorce-agreement-with-pen_23-2148558462.jpg?_wi=1", - imageAlt: "land rights justice concept", - }, - { - title: "Governance Reforms", - description: "Strengthening institutions for community development.", - bentoComponent: "reveal-icon", - icon: Scale, - imageSrc: "http://img.b2bpic.net/free-photo/person-protesting-with-placard-world-environment-day-outdoors_23-2149571860.jpg?_wi=1", - imageAlt: "climate justice project Uganda", - }, - { - title: "Women in Governance", - description: "Ensuring gender-inclusive policy participation.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=12", - imageAlt: "Ugandan community meeting outdoor", - }, + { title: "Environment & Conservation", description: "Protecting biodiversity.", bentoComponent: "reveal-icon", icon: Star }, + { title: "Land Rights", description: "Securing local land.", bentoComponent: "reveal-icon", icon: MapPin }, + { title: "Climate Justice", description: "Empowering communities.", bentoComponent: "reveal-icon", icon: Globe }, + { title: "Social Accountability", description: "Promoting transparency.", bentoComponent: "reveal-icon", icon: Users }, + { title: "Governance Reforms", description: "Strengthening institutions.", bentoComponent: "reveal-icon", icon: Scale }, + { title: "Women in Governance", description: "Gender-inclusive participation.", bentoComponent: "reveal-icon", icon: Users }, ]} title="What We Do" - description="Our core focus areas in Environment, Land, and Climate." - /> - - -
-