2 Commits

Author SHA1 Message Date
68dc3e574f Update src/app/page.tsx 2026-05-12 20:20:07 +00:00
dd2b52b570 Merge version_3 into main
Merge version_3 into main
2026-05-12 20:19:25 +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}