Merge version_1_1781876852936 into main #1

Merged
bender merged 2 commits from version_1_1781876852936 into main 2026-06-19 13:49:44 +00:00

View File

@@ -18,20 +18,14 @@ export default function HomePage() {
title="Heritage Flavors of Italy at Osteria Gonzaga"
description="Experience tradition through seasonally sourced ingredients and time-honored recipes in a setting designed for memorable conversations."
primaryButton={{
text: "Book a Table",
href: "#contact",
}}
text: "Book a Table", href: "#contact"}}
secondaryButton={{
text: "View Menu",
href: "#menu",
}}
text: "View Menu", href: "#menu"}}
items={[
{
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg"},
{
imageSrc: "http://img.b2bpic.net/free-photo/small-slice-pizza-with-shrimp_140725-896.jpg",
},
imageSrc: "http://img.b2bpic.net/free-photo/small-slice-pizza-with-shrimp_140725-896.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -56,20 +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: "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: "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: "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: "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: "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"},
]}
/>
</SectionErrorBoundary>
@@ -83,47 +68,19 @@ export default function HomePage() {
description="A curated selection of authentic flavors."
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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "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: "Espresso Bar", description: "Authentic roast and curated blends.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg"},
]}
/>
</SectionErrorBoundary>
@@ -137,40 +94,15 @@ export default function HomePage() {
description="Hear what our regulars say about the Osteria Gonzaga experience."
testimonials={[
{
id: "1",
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: "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"},
{
id: "2",
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: "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"},
{
id: "3",
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: "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"},
{
id: "4",
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: "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"},
{
id: "5",
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: "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"},
]}
/>
</SectionErrorBoundary>
@@ -183,14 +115,7 @@ export default function HomePage() {
title="Recognized for Quality"
description="Proudly recognized by leading culinary guides."
names={[
"The Daily Dish",
"Gourmet Traveller",
"City Eats",
"Fine Wine Weekly",
"Italian Heritage Monthly",
"Local Flavors Guide",
"Chef's Table Review",
]}
"The Daily Dish", "Gourmet Traveller", "City Eats", "Fine Wine Weekly", "Italian Heritage Monthly", "Local Flavors Guide", "Chef's Table Review"]}
/>
</SectionErrorBoundary>
</div>
@@ -203,17 +128,11 @@ export default function HomePage() {
description="Have questions? We're here to help."
items={[
{
question: "Do you accept walk-ins?",
answer: "We highly recommend reservations, but we do accommodate limited walk-ins.",
},
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: "Are there vegetarian options?", answer: "Yes, we offer a dedicated selection of seasonal vegetarian dishes."},
{
question: "Can you host private events?",
answer: "Absolutely! Contact our team to book your private dining experience.",
},
question: "Can you host private events?", answer: "Absolutely! Contact our team to book your private dining experience."},
]}
imageSrc="http://img.b2bpic.net/free-photo/sauteed-roasted-lamb-bone-served-teriyaki-sauce_114579-1895.jpg"
/>
@@ -226,13 +145,9 @@ export default function HomePage() {
tag="Reservations"
text="Book your table today and join us for an unforgettable evening."
primaryButton={{
text: "Make Reservation",
href: "#",
}}
text: "Make Reservation", href: "#"}}
secondaryButton={{
text: "Contact Us",
href: "#",
}}
text: "Contact Us", href: "#"}}
/>
</SectionErrorBoundary>
</div>