Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-10 01:04:15 +00:00

View File

@@ -29,145 +29,39 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
{
name: "Who We Are",
id: "#about",
},
{
name: "What We Do",
id: "#programs",
},
{
name: "Where We Work",
id: "#map",
},
{
name: "Our Team",
id: "#team",
},
{
name: "Resources",
id: "#resources",
},
{
name: "News",
id: "#news",
},
{ name: "Home", id: "#hero" },
{ name: "Who We Are", id: "#about" },
{ name: "What We Do", id: "#programs" },
{ name: "Where We Work", id: "#map" },
{ name: "Our Team", id: "#team" },
{ name: "Resources", id: "#resources" },
{ name: "News", id: "#news" },
]}
brandName="TRGD"
button={{
text: "Donate",
href: "/donate",
}}
button={{ text: "Donate", href: "/donate" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "animated-grid",
}}
background={{ variant: "animated-grid" }}
title="Empowered People, Accountable Governance"
description="Promoting sustainable natural resource governance, climate justice, and social accountability in the West Nile and Madi sub-regions of Northern Uganda."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=1",
imageAlt: "Community meeting in Northern Uganda",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=2",
imageAlt: "Community development field work",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=3",
imageAlt: "Collaborative governance discussion",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=4",
imageAlt: "Sustainability project site",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=5",
imageAlt: "Community empowerment event",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Community meeting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Field work" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Governance discussion" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Sustainability" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Empowerment" },
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=6",
imageAlt: "Rural development team",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=7",
imageAlt: "Conservation education",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=8",
imageAlt: "Governance data tracking",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=9",
imageAlt: "Community dialogue session",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=10",
imageAlt: "Inclusive policy advocacy",
},
]}
buttons={[
{
text: "Donate Now",
href: "/donate",
},
]}
avatars={[
{
src: "https://img.b2bpic.net/free-photo/diverse-people-working-together_23-2148766155.jpg",
alt: "Team Member 1",
},
{
src: "https://img.b2bpic.net/free-photo/diverse-people-working-together_23-2148766155.jpg",
alt: "Team Member 2",
},
{
src: "https://img.b2bpic.net/free-photo/diverse-people-working-together_23-2148766155.jpg",
alt: "Team Member 3",
},
{
src: "https://img.b2bpic.net/free-photo/diverse-people-working-together_23-2148766155.jpg",
alt: "Team Member 4",
},
{
src: "https://img.b2bpic.net/free-photo/diverse-people-working-together_23-2148766155.jpg",
alt: "Team Member 5",
},
]}
avatarText="Join 500+ active community advocates"
marqueeItems={[
{
type: "text",
text: "Sustainable Governance",
},
{
type: "text",
text: "Climate Justice",
},
{
type: "text",
text: "Land Rights Advocacy",
},
{
type: "text",
text: "Social Accountability",
},
{
type: "text",
text: "Community Empowerment",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Education" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Governance" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Dialogue" },
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg", imageAlt: "Advocacy" },
]}
buttons={[{ text: "Donate Now", href: "/donate" }]}
/>
</div>
@@ -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"
/>
</div>
@@ -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."
/>
</div>
<div id="testimonial" data-section="testimonial">
<TestimonialCardTen
textboxLayout="default"
useInvertedBackground={false}
title="Voices from the Community"
description="Hear directly from those impacted by our governance and conservation programs."
tag="Testimonials"
testimonials={[
{
id: "1",
title: "Effective Support",
quote: "TRGD has fundamentally changed how our community manages land rights.",
name: "Okello Samuel",
role: "Village Leader",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-forest-wardens-with-tablet_23-2149557297.jpg?_wi=3",
imageAlt: "environmental officer in field",
},
{
id: "2",
title: "Empowering Change",
quote: "The climate resilience training helped our farming cooperative immensely.",
name: "Amina Aluma",
role: "Farmer",
imageSrc: "http://img.b2bpic.net/free-photo/compact-fluorescent-light-bulb-recycle-icon-white-backdrop_23-2147817236.jpg?_wi=2",
imageAlt: "environmental conservation icon",
},
{
id: "3",
title: "Transparent Governance",
quote: "Their work in social accountability brings real clarity to local policy.",
name: "John Bosco",
role: "District Council Member",
imageSrc: "http://img.b2bpic.net/free-photo/view-divorce-agreement-with-pen_23-2148558462.jpg?_wi=2",
imageAlt: "land rights justice concept",
},
{
id: "4",
title: "Nature Protected",
quote: "Our forest resources are finally being protected sustainably thanks to TRGD.",
name: "Sarah Aciro",
role: "Community Activist",
imageSrc: "http://img.b2bpic.net/free-photo/person-protesting-with-placard-world-environment-day-outdoors_23-2149571860.jpg?_wi=2",
imageAlt: "climate justice project Uganda",
},
{
id: "5",
title: "Stronger Voices",
quote: "Women are now active participants in every local governance meeting.",
name: "Grace Akello",
role: "Women's Group Head",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-measuring-wood_23-2148931091.jpg?_wi=13",
imageAlt: "Ugandan community meeting outdoor",
},
]}
description="Our core focus areas."
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
text="Join our journey toward accountable governance. Subscribe for updates and resources."
background={{ variant: "gradient-bars" }}
text="Join our journey toward accountable governance."
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About",
href: "#about",
},
{
label: "Programs",
href: "#programs",
},
],
},
{
items: [
{
label: "X",
href: "https://x.com",
},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
{
label: "Facebook",
href: "https://facebook.com",
},
],
},
]}
columns={[{ items: [{ label: "About", href: "#about" }, { label: "Programs", href: "#programs" }] }]}
logoText="TRGD"
/>
</div>