From b1f2b59456ec73a2f329a7efda9706ddec19e0bf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 07:27:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index af8a9cf..ed36275 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} brandName="Soccerz" - button={{ text: "Book Now", onClick: () => window.location.href = "https://wa.me/919876543210" }} + button={{ text: "Book Now", href: "https://wa.me/919876543210" }} /> @@ -172,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1