From 083a62781c304681ddb0872aaad6d2e51b7666a6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:19:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9686cad..a8e1c12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -159,7 +159,7 @@ export default function LandingPage() { tag="Make Your Reservation" tagIcon={Calendar} title="Ready for an Unforgettable Dining Experience?" - description="Reserve your table now and join us for an evening of culinary excellence. We look forward to welcoming you to Savory Haven." + description="Reserve your table now at 123 Culinary Lane, Downtown | Open Tue-Sun 5pm-11pm. Join us for an evening of culinary excellence. We look forward to welcoming you to Savory Haven." buttons={[ { text: "Book Your Table", href: "https://www.example.com/reservations" }, { text: "Contact Us", href: "tel:+1-555-123-4567" } -- 2.49.1