Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-01 16:17:29 +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>
);
}
}