2 Commits

Author SHA1 Message Date
5e2585243b Update src/app/page.tsx 2026-05-12 20:19:19 +00:00
da7745cd7a Merge version_2 into main
Merge version_2 into main
2026-05-12 20:18:27 +00:00

View File

@@ -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." 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" }} background={{ variant: "plain" }}
buttons={[ 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" } { text: "Contact Us", href: "mailto:info@bellaitalia.com" }
]} ]}
useInvertedBackground={false} useInvertedBackground={false}