From f1054d30858bd774f57ea4ec030d70e06b15fe7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:37:36 +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 23e9be0..4ef7266 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -199,7 +199,7 @@ export default function LandingPage() { tagIcon={Phone} tagAnimation="slide-up" title="Ready for an Unforgettable Meal?" - description="Reserve your table today and experience authentic Italian hospitality. Join us for lunch, dinner, or special occasions." + description="Reserve your table today and experience authentic Italian hospitality. Call us at +1-234-567-890 or reserve below to join us for lunch, dinner, or special occasions." buttons={[ { text: "Make a Reservation", href: "tel:+1234567890" }, { text: "Visit Us", href: "https://maps.google.com" } @@ -252,4 +252,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file