From ff20dd1add1e3a6325ac00e401f8126d18e41172 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 14:54:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) 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() { /> -
- -
-