From 5e2585243bcc9055aba0ba91fafe689f117397af Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 20:19:19 +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 e01870f..7b9fa02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,7 +156,7 @@ export default function ItalianRestaurantPage() { text="Ready to experience authentic Italian cuisine? Reserve your table at Bella Italia and join us for an evening of culinary excellence." background={{ variant: "plain" }} buttons={[ - { text: "Make a Reservation", href: "https://example.com/reservations" }, + { text: "Book Your Table Now", href: "https://example.com/reservations" }, { text: "Contact Us", href: "mailto:info@bellaitalia.com" } ]} useInvertedBackground={false}