From 7834fe17c144afce515aa8a44c5e0dfdf68dfea9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 14:06:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a0e2c7b..758f6d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} tag="Reservations" title="Book Your Brunch Table" - description="Secure your table for our €28 weekend brunch formula. Visit us at Viale G. Marconi, 5, 55016 Porcari, Italy. We prioritize made-to-order experiences for every guest." + description="Secure your table for our €28 weekend brunch formula. Visit us at Viale G. Marconi, 5, 55016 Porcari, Italy. Call us at 3892677655. We prioritize made-to-order experiences for every guest." /> @@ -125,7 +125,7 @@ export default function LandingPage() { { title: "Bakery", items: [{ label: "Our Story" }, { label: "Made-to-Order Process" }] }, { title: "Information", items: [{ label: "Inclusive Luxury Commitment" }, { label: "Contact & Location" }] } ]} - bottomLeftText="Marina's Bakery - Viale G. Marconi, 5, 55016 Porcari, Italy." + bottomLeftText="Marina's Bakery - Viale G. Marconi, 5, 55016 Porcari, Italy. Phone: 3892677655." bottomRightText="© 2025 Porcari, Italy" /> -- 2.49.1