Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-12 20:20:13 +00:00

View File

@@ -46,7 +46,7 @@ export default function ItalianRestaurantPage() {
<div id="hero" data-section="hero">
<HeroBillboard
title="Welcome to Bella Italia"
description="Authentic Italian cuisine crafted with passion and tradition. Experience the flavors of Italy in every dish."
description="Award-winning authentic Italian cuisine crafted with passion and tradition. Experience the flavors of Italy in every dish."
background={{ variant: "sparkles-gradient" }}
tag="Fine Dining"
tagIcon={Sparkles}
@@ -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: "Book Your Table Now", href: "https://example.com/reservations" },
{ text: "Make a Reservation", href: "https://example.com/reservations" },
{ text: "Contact Us", href: "mailto:info@bellaitalia.com" }
]}
useInvertedBackground={false}