Update src/app/page.tsx

This commit is contained in:
2026-05-12 18:58:09 +00:00
parent f1af8f844c
commit c4678a74ac

View File

@@ -30,71 +30,58 @@ export default function ItalianRestaurantPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Bella Italia"
brandName="Bottegone del Vino"
navItems={[
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reservations", id: "contact" },
{ name: "Reviews", id: "testimonials" }
{ name: "Chi Siamo", id: "about" },
{ name: "Prenotazioni", id: "contact" },
{ name: "Recensioni", id: "testimonials" }
]}
button={{
text: "Book a Table",
href: "contact"
text: "Prenota un Tavolo", href: "contact"
}}
/>
</div>
<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."
title="Benvenuti al Bottegone del Vino"
description="Cucina italiana autentica, preparata con passione e tradizione. Vivi i sapori dell'Italia in ogni piatto."
background={{ variant: "sparkles-gradient" }}
tag="Fine Dining"
tagIcon={Sparkles}
imageSrc="https://img.b2bpic.net/premium-photo/tasted-famous-italian-food_119101-260.jpg?id=6608694"
imageAlt="Elegant Italian restaurant dining room"
imageAlt="Sala da pranzo elegante di un ristorante italiano"
buttons={[
{ text: "Reserve Now", href: "contact" },
{ text: "View Menu", href: "menu" }
{ text: "Prenota Ora", href: "contact" },
{ text: "Vedi il Menu", href: "menu" }
]}
/>
</div>
<div id="about" data-section="about">
<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="Al Bottegone del Vino, onoriamo le ricche tradizioni culinarie italiane celebrando l'arte della tavola. Ogni portata racconta una storia di tradizione, maestria e amore per il cibo."
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#" }
{ text: "Scopri di Più", href: "#" }
]}
/>
</div>
<div id="menu" data-section="menu">
<ProductCardOne
title="Featured Dishes"
description="Discover our signature dishes, carefully crafted using authentic Italian recipes and premium ingredients."
title="Piatti in Evidenza"
description="Esplora i nostri piatti signature, realizzati con cura usando ricette italiane autentiche e ingredienti selezionati."
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: "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ù"
},
{
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: "Risotto ai Funghi", price: "26€", imageSrc: "https://img.b2bpic.net/free-photo/pasta-tomato-sauce-with-chopped-parmesan-tomato-basilic_114579-919.jpg", imageAlt: "Risotto ai funghi cremoso"
},
{
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: "Tiramisu Tradizionale", price: "12€", imageSrc: "https://img.b2bpic.net/free-photo/top-view-chicken-spaghetti-with-bell-peppers-parsley_140725-312.jpg", imageAlt: "Tiramisu classico"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -106,18 +93,14 @@ export default function ItalianRestaurantPage() {
<div id="impact" data-section="impact">
<MetricCardFourteen
title="Celebrating Our Success"
tag="By The Numbers"
title="Celebriamo i Nostri Successi"
tag="I Nostri Numeri"
metrics={[
{
id: "1",
value: "25+",
description: "Years of excellence in authentic Italian cuisine and hospitality"
id: "1", value: "25+", description: "Anni di eccellenza nella cucina italiana e nell'ospitalità"
},
{
id: "2",
value: "50,000+",
description: "Happy customers who have enjoyed memorable dining experiences at Bella Italia"
id: "2", value: "50.000+", description: "Clienti felici che hanno vissuto esperienze culinarie memorabili al Bottegone del Vino"
}
]}
metricsAnimation="slide-up"
@@ -127,44 +110,20 @@ export default function ItalianRestaurantPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="What Our Guests Say"
description="Experience the warmth and authenticity that our visitors cherish about Bella Italia."
title="Cosa Dicono i Nostri Ospiti"
description="Vivi il calore e l'autenticità che i nostri visitatori apprezzano del Bottegone del Vino."
testimonials={[
{
id: "1",
title: "An Unforgettable Evening",
quote: "The pasta was absolutely divine! Every bite transported me straight to Italy. The ambiance, the service, everything was perfect. We'll definitely be back.",
name: "Maria Rossi",
role: "Food Critic",
imageSrc: "https://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg",
imageAlt: "Maria Rossi"
id: "1", title: "Una Serata Indimenticabile", quote: "La pasta era assolutamente divina! Ogni boccone mi ha riportato dritto in Italia. L'atmosfera, il servizio, tutto perfetto. Torneremo sicuramente.", name: "Maria Rossi", role: "Critico Gastronomico", imageSrc: "https://img.b2bpic.net/free-photo/culinary-expert-commercial-kitchen-prepares-dish-with-fresh-basil-parsley_482257-124314.jpg", imageAlt: "Maria Rossi"
},
{
id: "2",
title: "Authentic Italian Magic",
quote: "This is the most authentic Italian restaurant I've found in the city. The chef clearly knows his craft, and it shows in every plate. A true gem!",
name: "Giovanni Ferrari",
role: "Restaurant Enthusiast",
imageSrc: "https://img.b2bpic.net/free-photo/chef-white-uniform-garnishes-plated-dish-with-herbs-spices_482257-121123.jpg",
imageAlt: "Giovanni Ferrari"
id: "2", title: "Magia Italiana Autentica", quote: "È il ristorante italiano più autentico che abbia trovato in città. Lo chef conosce chiaramente il suo mestiere. Un vero gioiello!", name: "Giovanni Ferrari", role: "Appassionato di Ristorazione", imageSrc: "https://img.b2bpic.net/free-photo/chef-white-uniform-garnishes-plated-dish-with-herbs-spices_482257-121123.jpg", imageAlt: "Giovanni Ferrari"
},
{
id: "3",
title: "Perfect for Special Occasions",
quote: "We celebrated our anniversary here and it was spectacular. The attention to detail, the wine pairings, the warmth of the staff simply extraordinary.",
name: "Elena Marchetti",
role: "Couple",
imageSrc: "https://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16131.jpg",
imageAlt: "Elena Marchetti"
id: "3", title: "Perfetto per Occasioni Speciali", quote: "Abbiamo festeggiato il nostro anniversario qui ed è stato spettacolare. L'attenzione ai dettagli, i vini, il calore dello staff semplicemente straordinario.", name: "Elena Marchetti", role: "Cliente", imageSrc: "https://img.b2bpic.net/free-photo/close-up-chef-cooking-restaurant-kitchen_329181-16131.jpg", imageAlt: "Elena Marchetti"
},
{
id: "4",
title: "Worth Every Visit",
quote: "I've been coming to Bella Italia for three years now. The consistency, quality, and passion never wavers. It's become my second home.",
name: "Antonio Bianchi",
role: "Regular Guest",
imageSrc: "https://img.b2bpic.net/free-photo/chef-workg-together-professional-kitchen_23-2149727992.jpg",
imageAlt: "Antonio Bianchi"
id: "4", title: "Vale Ogni Visita", quote: "Vengo al Bottegone del Vino da tre anni. La costanza, la qualità e la passione sono immutate. È diventata la mia seconda casa.", name: "Antonio Bianchi", role: "Cliente Abituale", imageSrc: "https://img.b2bpic.net/free-photo/chef-workg-together-professional-kitchen_23-2149727992.jpg", imageAlt: "Antonio Bianchi"
}
]}
textboxLayout="default"
@@ -174,25 +133,19 @@ export default function ItalianRestaurantPage() {
<div id="comparison" data-section="comparison">
<FeatureCardSixteen
title="What Sets Us Apart"
description="Traditional Italian dining elevated with modern hospitality and exceptional service."
title="Cosa Ci Distingue"
description="Cucina italiana tradizionale elevata con ospitalità moderna ed un servizio eccezionale."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
negativeCard={{
items: [
"Frozen pre-made ingredients",
"Inconsistent flavors",
"Rushed service",
"Limited wine selection"
"Ingredienti surgelati", "Sapori incoerenti", "Servizio frettoloso", "Selezione vini limitata"
]
}}
positiveCard={{
items: [
"Fresh ingredients sourced daily from Italy",
"Consistent excellence in every dish",
"Attentive, unhurried service",
"Curated selection of Italian wines"
"Ingredienti freschi selezionati quotidianamente", "Eccellenza costante in ogni piatto", "Servizio attento e senza fretta", "Selezione curata di vini italiani"
]
}}
/>
@@ -200,11 +153,11 @@ export default function ItalianRestaurantPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to experience authentic Italian cuisine? Reserve your table at Bella Italia and join us for an evening of culinary excellence."
text="Pronto a vivere un'autentica esperienza italiana? Prenota il tuo tavolo al Bottegone del Vino e unisciti a noi per una serata di eccellenza culinaria."
background={{ variant: "plain" }}
buttons={[
{ text: "Make a Reservation", href: "https://example.com/reservations" },
{ text: "Contact Us", href: "mailto:info@bellaitalia.com" }
{ text: "Prenota", href: "#" },
{ text: "Contattaci", href: "mailto:info@bottegone.it" }
]}
useInvertedBackground={false}
/>
@@ -212,12 +165,12 @@ export default function ItalianRestaurantPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="Bella Italia"
logoText="Bottegone del Vino"
leftLink={{ text: "Privacy Policy", href: "#privacy" }}
rightLink={{ text: "Contact Us", href: "#contact" }}
rightLink={{ text: "Contatti", href: "#contact" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}