diff --git a/src/app/page.tsx b/src/app/page.tsx index 6294af1..1435b15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,6 @@ export default function LandingPage() { { name: "Features", id: "features" }, { name: "Testimonials", id: "testimonials" }, { name: "Join", id: "contact" }, - { name: "Contact", id: "/contact" }, { name: "Location", id: "location" }, ]} /> @@ -153,7 +152,7 @@ export default function LandingPage() { title="Join Youth Center Sport Field Today" description="Take the first step towards your fitness goals. Register now and become part of our thriving fitness community in Addis Ababa." buttons={[ - { text: "Register Now", href: "/contact" }, + { text: "Register Now", href: "#registration" }, { text: "Learn More", href: "#features" }, ]} buttonAnimation="slide-up" @@ -162,6 +161,22 @@ export default function LandingPage() { /> +