3 Commits

Author SHA1 Message Date
a8218aad4a Merge version_4 into main
Merge version_4 into main
2026-04-18 13:12:20 +00:00
2710b62bfa Update src/app/page.tsx 2026-04-18 13:12:14 +00:00
de4556c824 Merge version_3 into main
Merge version_3 into main
2026-04-18 13:11:19 +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>
);
}
}