From 996ea1b072d0812745376cf0327dace72922214a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 00:49:20 +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 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 -- 2.49.1