Merge version_1 into main #2
139
src/app/page.tsx
139
src/app/page.tsx
@@ -30,68 +30,37 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Impact",
|
||||
id: "impact",
|
||||
},
|
||||
name: "Impact", id: "impact"},
|
||||
{
|
||||
name: "Partners",
|
||||
id: "features",
|
||||
},
|
||||
name: "Partners", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Tomorrow is Better"
|
||||
button={{
|
||||
text: "Donate",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Donate", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Empowering Refugee Communities"
|
||||
description="TiB is a refugee-led non-profit in Addis Ababa committed to protection, skills development, advocacy, and community resilience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Mission", href: "#about"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/city-park-day-night-2-flat-horizontal-banners_1284-59737.jpg",
|
||||
imageAlt: "Community workshop",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-help-me-written-scrambling-board-lights_181624-26920.jpg",
|
||||
imageAlt: "Urban Addis Ababa",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-lesbian-couple-home-with-food_23-2150276452.jpg",
|
||||
imageAlt: "Advocacy support",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-friends-outdoors_23-2150828923.jpg",
|
||||
imageAlt: "Collaborative effort",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-doing-volunteer-work-foodbank_23-2149012249.jpg",
|
||||
imageAlt: "Community leaders",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-happiness_53876-13443.jpg",
|
||||
imageAlt: "Skills development training",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/city-park-day-night-2-flat-horizontal-banners_1284-59737.jpg", imageAlt: "refugee empowerment workshop" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-help-me-written-scrambling-board-lights_181624-26920.jpg", imageAlt: "Addis Ababa urban landscape" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-lesbian-couple-home-with-food_23-2150276452.jpg", imageAlt: "advocacy support meeting" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-fit-friends-outdoors_23-2150828923.jpg", imageAlt: "hands working together community" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-doing-volunteer-work-foodbank_23-2149012249.jpg", imageAlt: "community leaders portrait" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-happiness_53876-13443.jpg", imageAlt: "skills training center Addis" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={true}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Mulugeta A.",
|
||||
handle: "@tib_member",
|
||||
testimonial: "TiB gave me the tools to build a sustainable life. Their community-first approach is truly empowering.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012163.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Mulugeta A.", handle: "@tib_member", testimonial: "TiB gave me the tools to build a sustainable life. Their community-first approach is truly empowering.", imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012163.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Fatima S.",
|
||||
handle: "@tib_advocate",
|
||||
testimonial: "Finally, a refugee-led organization that understands our reality and provides real solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-floral-wreath_23-2150506648.jpg",
|
||||
},
|
||||
id: "t2", name: "Fatima S.", handle: "@tib_advocate", testimonial: "Finally, a refugee-led organization that understands our reality and provides real solutions.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-with-floral-wreath_23-2150506648.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Samuel B.",
|
||||
handle: "@tib_leader",
|
||||
testimonial: "The advocacy work here has changed how we are viewed and respected in our urban communities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-volunteers-with-food-packs_23-2149182023.jpg",
|
||||
},
|
||||
id: "t3", name: "Samuel B.", handle: "@tib_leader", testimonial: "The advocacy work here has changed how we are viewed and respected in our urban communities.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-volunteers-with-food-packs_23-2149182023.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Hana T.",
|
||||
handle: "@tib_participant",
|
||||
testimonial: "Self-reliance is now within my reach thanks to the practical skills development training provided.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-protesting-her-rights_23-2149124634.jpg",
|
||||
},
|
||||
id: "t4", name: "Hana T.", handle: "@tib_participant", testimonial: "Self-reliance is now within my reach thanks to the practical skills development training provided.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-protesting-her-rights_23-2149124634.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Dawit K.",
|
||||
handle: "@tib_volunteer",
|
||||
testimonial: "Being part of this organization has restored my faith in community-driven change and support.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012163.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Dawit K.", handle: "@tib_volunteer", testimonial: "Being part of this organization has restored my faith in community-driven change and support.", imageSrc: "http://img.b2bpic.net/free-photo/different-people-doing-volunteer-work_23-2149012163.jpg"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="Dignity, resilience, and hope in our own words."
|
||||
@@ -224,8 +144,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Join Us"
|
||||
title="Support Tomorrow is Better"
|
||||
description="Collaborate with us in building a more dignified future for refugee communities."
|
||||
|
||||
Reference in New Issue
Block a user