Update src/app/page.tsx

This commit is contained in:
2026-03-21 09:07:42 +00:00
parent 9789c26660
commit 583a5cccb8

View File

@@ -33,6 +33,8 @@ export default function LandingPage() {
{ name: "Why Jump", id: "features" },
{ name: "Impact", id: "metrics" },
{ name: "Stories", id: "testimonials" },
{ name: "FAQ", id: "/faq" },
{ name: "Get Involved", id: "/get-involved" },
{ name: "Join", id: "contact" }
]}
brandName="Global Jump Day"
@@ -66,7 +68,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Join the Movement", href: "#contact" },
{ text: "Join the Movement", href: "/get-involved" },
{ text: "Learn More", href: "#about" }
]}
buttonAnimation="slide-up"
@@ -110,7 +112,7 @@ export default function LandingPage() {
]
}}
animationType="slide-up"
buttons={[{ text: "Register Now", href: "#contact" }]}
buttons={[{ text: "Register Now", href: "/get-involved" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -136,7 +138,7 @@ export default function LandingPage() {
id: "children", value: "2M+", title: "Young Jumpers", description: "Children experiencing the joy of unity", imageSrc: "http://img.b2bpic.net/free-photo/girls-throwing-confetti_23-2147699218.jpg", imageAlt: "Children participating globally"
}
]}
buttons={[{ text: "Be Part of It", href: "#contact" }]}
buttons={[{ text: "Be Part of It", href: "/get-involved" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -178,7 +180,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-working-call-center_23-2149288230.jpg"
}
]}
buttons={[{ text: "Share Your Story", href: "#contact" }]}
buttons={[{ text: "Share Your Story", href: "/get-involved" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -231,8 +233,8 @@ export default function LandingPage() {
},
{
title: "Get Involved", items: [
{ label: "Register Now", href: "#contact" },
{ label: "Become an Organizer", href: "#contact" },
{ label: "Register Now", href: "/get-involved" },
{ label: "Become an Organizer", href: "/get-involved" },
{ label: "Sponsorships", href: "#contact" },
{ label: "Partner With Us", href: "#contact" }
]