Merge version_3_1781905177594 into main #3
@@ -50,11 +50,11 @@ export default function HomePage() {
|
||||
description="We blend quality with comfort to ensure every visit feels unique."
|
||||
items={[
|
||||
{
|
||||
title: "Farm to Table", description: "Sourced locally to guarantee peak flavor in every dish.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg"},
|
||||
title: "Dalla Terra alla Tavola", description: "Ingredienti locali per garantire il massimo sapore in ogni piatto.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg"},
|
||||
{
|
||||
title: "Curated Wine List", description: "A diverse selection of vintages to perfectly pair with your meal.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-autumn-fruits-with-copy-space_23-2148634397.jpg"},
|
||||
title: "Carta dei Vini Selezionata", description: "Una selezione di etichette delle colline moreniche per accompagnare il tuo pasto.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-autumn-fruits-with-copy-space_23-2148634397.jpg"},
|
||||
{
|
||||
title: "Intimate Ambiance", description: "Warm, inviting spaces for private parties and cozy dinners.", imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_23-2147962788.jpg"},
|
||||
title: "Atmosfera Intima", description: "Spazi caldi e accoglienti per cene romantiche e feste private.", imageSrc: "http://img.b2bpic.net/free-photo/table-decorated-christmas_23-2147962788.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -63,24 +63,24 @@ export default function HomePage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Signature Menu"
|
||||
title="Our Culinary Highlights"
|
||||
description="A curated selection of authentic flavors."
|
||||
tag="Il Nostro Menu"
|
||||
title="Le Nostre Specialità"
|
||||
description="Una selezione curata di sapori autentici mantovani."
|
||||
items={[
|
||||
{
|
||||
title: "Signature Risotto", description: "Creamy arborio rice with seasonal truffles.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/meat-balls-with-fried-potatoe-rounds-plate_140725-4805.jpg"},
|
||||
title: "Risotto alla Mantovana", description: "Risotto con salsiccia (pisto) e Grana Padano.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/meat-balls-with-fried-potatoe-rounds-plate_140725-4805.jpg"},
|
||||
{
|
||||
title: "Tiramisu Classic", description: "Traditional recipe with mascarpone and espresso.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piece-tiramisu_23-2147772015.jpg"},
|
||||
title: "Sbrisolona", description: "Il dolce tipico mantovano alle mandorle, servito con grappa.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/close-up-piece-tiramisu_23-2147772015.jpg"},
|
||||
{
|
||||
title: "Antipasto Board", description: "Finest meats and aged Italian cheeses.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheese-cutting-different-types-cheese-nuts-raisins-tomato-dark-cement-surface_176474-914.jpg"},
|
||||
title: "Tagliere di Salumi", description: "Salame mantovano, coppa e formaggi locali stagionati.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/side-view-cheese-cutting-different-types-cheese-nuts-raisins-tomato-dark-cement-surface_176474-914.jpg"},
|
||||
{
|
||||
title: "Handmade Gnocchi", description: "Light, fresh dough with tomato basil sauce.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/alfredo-fettuccine-with-mushroom-grated-parmesan-cherry-tomato_140725-6482.jpg"},
|
||||
title: "Capunsei", description: "Gnocchi di pane tipici di Volta Mantovana con burro e salvia.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/alfredo-fettuccine-with-mushroom-grated-parmesan-cherry-tomato_140725-6482.jpg"},
|
||||
{
|
||||
title: "Napoli Pizza", description: "Wood-fired to perfection.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg"},
|
||||
title: "Tortelli di Zucca", description: "Pasta fresca ripiena di zucca, amaretto e mostarda.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg"},
|
||||
{
|
||||
title: "Seasonal Salad", description: "Fresh harvest greens and citrus vinaigrette.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/tasty-steamy-cup-coffee-with-wooden-table-coffee-shop-wooden-card-sculpture_1268-20256.jpg"},
|
||||
title: "Luccio in Salsa", description: "Luccio con salsa di capperi, prezzemolo e polenta abbrustolita.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/tasty-steamy-cup-coffee-with-wooden-table-coffee-shop-wooden-card-sculpture_1268-20256.jpg"},
|
||||
{
|
||||
title: "Espresso Bar", description: "Authentic roast and curated blends.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg"},
|
||||
title: "Vini dei Colli Morenici", description: "Selezione di vini locali per esaltare i sapori del territorio.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -89,20 +89,20 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialMarqueeCards
|
||||
tag="Our Guests"
|
||||
title="Voices from the Table"
|
||||
description="Hear what our regulars say about the Osteria Gonzaga experience."
|
||||
tag="I Nostri Ospiti"
|
||||
title="Dicono di Noi"
|
||||
description="Scopri cosa dicono i nostri clienti dell'esperienza all'Osteria Gonzaga."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena Rossi", role: "Food Critic", quote: "Truly authentic flavors in a warm, inviting atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/woman-retro-vintage-50-s-cafe-sitting-table-drinking-milk-shake-cocktail-black-leather-jacket-wearing-pink-sunglasses_285396-10322.jpg"},
|
||||
name: "Elena Rossi", role: "Critico Gastronomico", quote: "Sapori veramente autentici in un'atmosfera calda e accogliente.", imageSrc: "http://img.b2bpic.net/free-photo/woman-retro-vintage-50-s-cafe-sitting-table-drinking-milk-shake-cocktail-black-leather-jacket-wearing-pink-sunglasses_285396-10322.jpg"},
|
||||
{
|
||||
name: "Marco Bianchi", role: "Regular Patron", quote: "The best pasta I've had outside of Italy, perfection.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg"},
|
||||
name: "Marco Bianchi", role: "Cliente Abituale", quote: "I migliori tortelli di zucca che abbia mai mangiato, la perfezione assoluta.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517418.jpg"},
|
||||
{
|
||||
name: "Sarah Jenkins", role: "Local Resident", quote: "Perfect for date nights; the ambiance is unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
|
||||
name: "Giulia Ferrari", role: "Residente Locale", quote: "Perfetto per una cena romantica; l'atmosfera è impareggiabile.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg"},
|
||||
{
|
||||
name: "David Thorne", role: "Wine Enthusiast", quote: "An incredible wine selection paired with expert service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg"},
|
||||
name: "Alessandro Conti", role: "Appassionato di Vini", quote: "Una selezione di vini incredibile abbinata a un servizio esperto.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg"},
|
||||
{
|
||||
name: "Luca Moretti", role: "Foodie", quote: "Every dish tells a story; I'll definitely be back soon.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg"},
|
||||
name: "Luca Moretti", role: "Buongustaio", quote: "Ogni piatto racconta una storia; tornerò sicuramente presto.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-burger_23-2148705543.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -111,11 +111,11 @@ export default function HomePage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="As Featured In"
|
||||
title="Recognized for Quality"
|
||||
description="Proudly recognized by leading culinary guides."
|
||||
tag="Menzionati Su"
|
||||
title="Riconosciuti per la Qualità"
|
||||
description="Orgogliosamente riconosciuti dalle principali guide culinarie."
|
||||
names={[
|
||||
"The Daily Dish", "Gourmet Traveller", "City Eats", "Fine Wine Weekly", "Italian Heritage Monthly", "Local Flavors Guide", "Chef's Table Review"]}
|
||||
"Gambero Rosso", "Guida Michelin", "Osterie d'Italia", "Il Golosario", "Touring Club Italiano", "Guida Espresso", "Identità Golose"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -130,9 +130,9 @@ export default function HomePage() {
|
||||
{
|
||||
question: "Do you accept walk-ins?", answer: "We highly recommend reservations, but we do accommodate limited walk-ins."},
|
||||
{
|
||||
question: "Are there vegetarian options?", answer: "Yes, we offer a dedicated selection of seasonal vegetarian dishes."},
|
||||
question: "Ci sono opzioni vegetariane?", answer: "Sì, offriamo una selezione dedicata di piatti vegetariani stagionali."},
|
||||
{
|
||||
question: "Can you host private events?", answer: "Absolutely! Contact our team to book your private dining experience."},
|
||||
question: "Potete ospitare eventi privati?", answer: "Assolutamente! Contatta il nostro team per prenotare la tua esperienza gastronomica privata a Volta Mantovana."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg"
|
||||
/>
|
||||
@@ -142,12 +142,12 @@ export default function HomePage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Reservations"
|
||||
text="Book your table today and join us for an unforgettable evening."
|
||||
tag="Prenotazioni"
|
||||
text="Prenota il tuo tavolo oggi e unisciti a noi per una serata indimenticabile all'Osteria Gonzaga."
|
||||
primaryButton={{
|
||||
text: "Make Reservation", href: "#"}}
|
||||
text: "Prenota Ora", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Contact Us", href: "#"}}
|
||||
text: "Contattaci", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user