Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-22 00:49:24 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}