diff --git a/src/app/page.tsx b/src/app/page.tsx index 1435b15..6294af1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function LandingPage() { { name: "Features", id: "features" }, { name: "Testimonials", id: "testimonials" }, { name: "Join", id: "contact" }, + { name: "Contact", id: "/contact" }, { name: "Location", id: "location" }, ]} /> @@ -152,7 +153,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: "#registration" }, + { text: "Register Now", href: "/contact" }, { text: "Learn More", href: "#features" }, ]} buttonAnimation="slide-up" @@ -161,22 +162,6 @@ export default function LandingPage() { /> -