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