3 Commits

Author SHA1 Message Date
317e28d52d Update src/app/page.tsx 2026-05-01 16:17:26 +00:00
679da5d3f7 Merge version_1 into main
Merge version_1 into main
2026-05-01 16:14:54 +00:00
2c2c217756 Merge version_1 into main
Merge version_1 into main
2026-05-01 16:14:24 +00:00

View File

@@ -159,7 +159,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
tag="Get in Touch"
title="Visit Us Today"
description="Located at Shop no 08, Sunderban CHS, Airoli, Navi Mumbai. Stop by for the best pizzas and snacks!"
description="Located at Shop no 08, Sunderban CHS, Airoli, Navi Mumbai. Stop by for a quick, delicious snack in the heart of Airoli!"
buttons={[
{ text: "Call Now", href: "tel:08097920940" },
{ text: "View on Map", href: "#" },
@@ -191,4 +191,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}