diff --git a/src/app/page.tsx b/src/app/page.tsx index 45284d3..af8a9cf 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", href: "#contact" }} + button={{ text: "Book Now", onClick: () => window.location.href = "https://wa.me/919876543210" }} /> @@ -54,7 +54,7 @@ export default function LandingPage() { { name: "Arjun R.", handle: "@arjunr", testimonial: "Very spacious and well-maintained.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg" }, { name: "Vikram N.", handle: "@vikramn", testimonial: "Professional grade turf, highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-goalkeeper-soccer-man-isolated-academy-soccer-team_1150-14676.jpg" } ]} - buttons={[{ text: "Book Your Slot via WhatsApp", href: "#contact" }]} + buttons={[{ text: "Book Your Slot via WhatsApp", href: "https://wa.me/919876543210" }]} imageSrc="http://img.b2bpic.net/free-photo/athletes-starting-line-stadium_23-2149399625.jpg" avatars={[ { src: "http://img.b2bpic.net/free-photo/basketball-court-with-people-fan-sport-arena-render-3d-illustration_654080-1453.jpg", alt: "Player portrait" }, @@ -114,7 +114,7 @@ export default function LandingPage() { ]} title="Rates & Operating Hours" description="Open Daily from 09:45 AM to 10:00 PM" - buttons={[{ text: "Check Availability", href: "#contact" }]} + buttons={[{ text: "Check Availability", href: "https://wa.me/919876543210" }]} />