5 Commits

Author SHA1 Message Date
0055c8d91d Merge version_3 into main
Merge version_3 into main
2026-03-27 10:58:04 +00:00
54d5981dfa Update src/app/page.tsx 2026-03-27 10:57:58 +00:00
df94eae232 Merge version_3 into main
Merge version_3 into main
2026-03-27 10:57:37 +00:00
a003bb394d Update src/app/page.tsx 2026-03-27 10:57:34 +00:00
e646733eac Merge version_2 into main
Merge version_2 into main
2026-03-27 10:56:38 +00:00

View File

@@ -46,7 +46,7 @@ export default function ItalianRestaurantPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboard <HeroBillboard
title="Welcome to Bella Italia" title="Welcome to Bella Italia"
description="Experience the heart of Tuscany in the city center. We offer an exclusive, immersive dining experience featuring tableside preparations and recipes passed down through generations." description="Experience the heart of Peru in the city center. We offer an exclusive, immersive dining experience featuring signature Peruvian flavors and recipes passed down through generations."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
tag="Fine Dining" tag="Fine Dining"
tagIcon={Sparkles} tagIcon={Sparkles}
@@ -61,7 +61,7 @@ export default function ItalianRestaurantPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextAbout
title="At Bella Italia, we honor the rich culinary traditions of Italy while celebrating the art of fine dining. Every dish tells a story of tradition, craftsmanship, and love for food." title="At Bella Italia, we honor the rich culinary traditions of Peru while celebrating the art of fine dining. Every dish tells a story of tradition, craftsmanship, and love for food."
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Learn More", href: "#" } { text: "Learn More", href: "#" }
@@ -71,20 +71,23 @@ export default function ItalianRestaurantPage() {
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<ProductCardOne <ProductCardOne
title="Featured Dishes" title="Francesco's Signature Dishes"
description="Discover our signature dishes, carefully crafted using authentic Italian recipes and premium ingredients." description="Discover our signature Peruvian-inspired dishes, carefully crafted using authentic recipes and premium ingredients."
products={[ products={[
{ {
id: "1", name: "Tagliatelle al Ragù", price: "$28", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg", imageAlt: "Tagliatelle al Ragù with meat sauce" id: "1", name: "Salmon Clementine", price: "$32", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg?_wi=1", imageAlt: "Salmon Clementine"
}, },
{ {
id: "2", name: "Risotto ai Funghi", price: "$26", imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Creamy mushroom risotto" id: "2", name: "Tiradito Francesco", price: "$29", imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Tiradito Francesco"
}, },
{ {
id: "3", name: "Tiramisu Tradizionale", price: "$12", imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", imageAlt: "Classic tiramisu dessert" id: "3", name: "Pulpo a La Parrilla", price: "$35", imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", imageAlt: "Pulpo a La Parrilla"
},
{
id: "4", name: "Lomo Saltado", price: "$38", imageSrc: "https://img.b2bpic.net/free-photo/italian-spaghetti-tomato-sauce-with-parmesan-inside-blue-plate-top-view_114579-1556.jpg?_wi=2", imageAlt: "Lomo Saltado"
} }
]} ]}
gridVariant="three-columns-all-equal-width" gridVariant="four-items-2x2-equal-grid"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -97,7 +100,7 @@ export default function ItalianRestaurantPage() {
tag="By The Numbers" tag="By The Numbers"
metrics={[ metrics={[
{ {
id: "1", value: "25+", description: "Years of excellence in authentic Italian cuisine and hospitality" id: "1", value: "25+", description: "Years of excellence in authentic cuisine and hospitality"
}, },
{ {
id: "2", value: "50,000+", description: "Happy customers who have enjoyed memorable dining experiences at Bella Italia" id: "2", value: "50,000+", description: "Happy customers who have enjoyed memorable dining experiences at Bella Italia"
@@ -134,7 +137,7 @@ export default function ItalianRestaurantPage() {
<div id="comparison" data-section="comparison"> <div id="comparison" data-section="comparison">
<FeatureCardSixteen <FeatureCardSixteen
title="What Sets Us Apart" title="What Sets Us Apart"
description="Traditional Italian dining elevated with modern hospitality and exceptional service." description="Traditional dining elevated with modern hospitality and exceptional service."
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -145,7 +148,7 @@ export default function ItalianRestaurantPage() {
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Fresh ingredients sourced daily from Italy", "Consistent excellence in every dish", "Attentive, unhurried service", "Curated selection of Italian wines" "Fresh ingredients sourced daily", "Consistent excellence in every dish", "Attentive, unhurried service", "Curated selection of fine wines"
] ]
}} }}
/> />
@@ -153,7 +156,7 @@ export default function ItalianRestaurantPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactText
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 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: "Make a Reservation", href: "https://example.com/reservations" },