Update src/app/page.tsx

This commit is contained in:
2026-05-25 07:27:52 +00:00
parent e3d26773ed
commit b1f2b59456

View File

@@ -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" }}
/>
</div>
@@ -172,4 +172,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}