From 4c6af33147ec5aae3ca9b97c6604522fe40a4ecb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:22:42 +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 a8e1c12..13641ba 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 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." + description="Reserve your table now at 123 Culinary Lane, Downtown | Open Tue-Sun 5pm-11pm. Friday & Saturday fully booked 2 weeks ahead—secure your spot early for peak dining hours. 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