diff --git a/src/app/page.tsx b/src/app/page.tsx index e01c58f..9fd07d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file