6 Commits

Author SHA1 Message Date
9c089f5012 Update src/app/page.tsx 2026-04-18 08:44:12 +00:00
cbac47e1e2 Merge version_3 into main
Merge version_3 into main
2026-04-18 08:43:17 +00:00
eeb93c837e Update src/app/page.tsx 2026-04-18 08:43:14 +00:00
1e6ea8cfb5 Merge version_2 into main
Merge version_2 into main
2026-04-18 08:42:16 +00:00
1df8f5055a Update src/app/page.tsx 2026-04-18 08:42:13 +00:00
459252db18 Merge version_1 into main
Merge version_1 into main
2026-04-18 08:40:39 +00:00

View File

@@ -49,10 +49,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="NACAS Uganda"
description="Closing the Cancer Care Gap in Uganda. From awareness to survival, we are the voice of cancer survivors."
description="Help us provide life-saving support and resources to cancer patients in Uganda today."
buttons={[
{
text: "Donate Now", href: "#contact"},
{
text: "See Our Impact", href: "#metrics"},
{
text: "Partner With Us", href: "#contact"},
]}
@@ -80,13 +82,13 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
label: "Survivors Reached", value: "288+"},
label: "Cancer Survivors Supported", value: "288+"},
{
icon: Award,
label: "Districts Covered", value: "10+"},
label: "Districts Empowered", value: "10+"},
{
icon: Heart,
label: "Women Impacted", value: "60%"},
label: "Women Receiving Care", value: "60%"},
]}
metricsAnimation="slide-up"
/>
@@ -208,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}