From b72c273ce9fa52292cefee94faf28cc170081079 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:24:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eb56bc..d68d9b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-black-side-mirror-modern-white-car_181624-25206.jpg" imageAlt="Audi RS high-performance sports car" buttons={[ - { text: "Join The Club", href: "contact" }, - { text: "Explore Events", href: "testimonials" } + { text: "Join The Club", href: "#contact" }, + { text: "Explore Events", href: "#testimonials" } ]} buttonAnimation="slide-up" className="w-full" @@ -93,7 +93,7 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Learn More", href: "features" } + { text: "Learn More", href: "#features" } ]} buttonAnimation="slide-up" features={[ -- 2.49.1