Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-18 13:12:21 +00:00

View File

@@ -168,7 +168,7 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
tag="Reservations"
title="Join Us Tonight"
description="Hungry for Koliwada? Call or message us to reserve your table tonight."
description="Hungry for Koliwada? Book your table now and enjoy complimentary seaside parking. Call or message us to reserve your table tonight."
buttons={[
{ text: "Call 8999692856", href: "tel:8999692856" },
{ text: "WhatsApp 8237682856", href: "https://wa.me/918237682856" },
@@ -190,4 +190,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}