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