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}