diff --git a/src/app/page.tsx b/src/app/page.tsx index d51a8e6..1014148 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { name: "Weekend Vibes", handle: "@party_goer", testimonial: "If you want a fun night out with friends, this is definitely the place to be.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bowling-alley-with-neon-lights_23-2151697097.jpg" } ]} buttons={[ - { text: "🎳 BOOK A LANE", href: "#contact" }, + { text: "Book Your Lane Now", href: "#contact" }, { text: "💬 WHATSAPP US", href: "https://wa.me/263775817069" } ]} imageSrc="http://img.b2bpic.net/free-photo/bowling-alley-neon-lights_23-2151697021.jpg" @@ -166,4 +166,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file