Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-16 17:16:31 +00:00

View File

@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroBillboard
title="La Trattoria Italiana di Una Volta"
description="Cucina fatta in casa, ingredienti veri, ospitalità che fa sentire a casa."
background="radial-gradient"
background={{ variant: "radial-gradient" }}
tag="Amata dai clienti da anni"
tagIcon={Star}
buttons={[
@@ -64,10 +64,10 @@ export default function LandingPage() {
title: "Cucina Fatta a Mano", description: "Tortelli fatti in casa, risotti cremosi, carne cotta alla perfezione. Ogni piatto è preparato con le mani di chi ama cucinare.", icon: ChefHat,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-side-view_141793-4456.jpg?_wi=1", imageAlt: "Handmade tortelli with speck and radicchio in butter and sage sauce"
imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-side-view_141793-4456.jpg", imageAlt: "Handmade tortelli with speck and radicchio in butter and sage sauce"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pair-salads-topped-with-cheese_140725-6408.jpg?_wi=1", imageAlt: "Creamy risotto with Gorgonzola cheese, perfectly plated"
imageSrc: "http://img.b2bpic.net/free-photo/pair-salads-topped-with-cheese_140725-6408.jpg", imageAlt: "Creamy risotto with Gorgonzola cheese, perfectly plated"
}
]
},
@@ -78,7 +78,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-3446.jpg", imageAlt: "Warm and intimate trattoria interior with wooden beams and candlelit tables"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg?_wi=1", imageAlt: "Generous lunch plate with primo, secondo, and contorno"
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg", imageAlt: "Generous lunch plate with primo, secondo, and contorno"
}
]
},
@@ -86,10 +86,10 @@ export default function LandingPage() {
title: "Prezzi Onesti", description: "Cibo di qualità, porzioni generose e prezzi che fanno tornare ogni settimana. Lusso attraverso l'autenticità, non l'estravaganza.", icon: Wallet,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-sauce-with-parmesan_140725-2083.jpg?_wi=1", imageAlt: "Traditional pasta with slow-cooked ragù, authentic homemade recipe"
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-sauce-with-parmesan_140725-2083.jpg", imageAlt: "Traditional pasta with slow-cooked ragù, authentic homemade recipe"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-221.jpg?_wi=1", imageAlt: "Crispy cotoletta alla milanese with golden breading and lemon"
imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-221.jpg", imageAlt: "Crispy cotoletta alla milanese with golden breading and lemon"
}
]
}
@@ -109,19 +109,19 @@ export default function LandingPage() {
products={[
{
id: "risotto-zola", brand: "Specialità della Casa", name: "Risotto allo Zola", price: "€14,50", rating: 5,
reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/pair-salads-topped-with-cheese_140725-6408.jpg?_wi=2", imageAlt: "Creamy Gorgonzola risotto"
reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/pair-salads-topped-with-cheese_140725-6408.jpg", imageAlt: "Creamy Gorgonzola risotto"
},
{
id: "tortelli", brand: "Fatto a Mano", name: "Tortelli Speck e Radicchio", price: "€12,00", rating: 5,
reviewCount: "148", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-side-view_141793-4456.jpg?_wi=2", imageAlt: "Handmade tortelli with speck and radicchio in butter sauce"
reviewCount: "148", imageSrc: "http://img.b2bpic.net/free-photo/gurza-damplings-with-meat-side-view_141793-4456.jpg", imageAlt: "Handmade tortelli with speck and radicchio in butter sauce"
},
{
id: "cotoletta", brand: "Ricetta Tradizionale", name: "Cotoletta alla Milanese", price: "€16,50", rating: 5,
reviewCount: "162", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-221.jpg?_wi=2", imageAlt: "Crispy breaded cotoletta with lemon"
reviewCount: "162", imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-221.jpg", imageAlt: "Crispy breaded cotoletta with lemon"
},
{
id: "pasta-ragu", brand: "Lentamente Cotta", name: "Pasta al Ragù Tradizionale", price: "€13,00", rating: 5,
reviewCount: "135", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-sauce-with-parmesan_140725-2083.jpg?_wi=2", imageAlt: "Fresh pasta with slow-cooked ragù sauce"
reviewCount: "135", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-sauce-with-parmesan_140725-2083.jpg", imageAlt: "Fresh pasta with slow-cooked ragù sauce"
}
]}
animationType="slide-up"
@@ -192,7 +192,7 @@ export default function LandingPage() {
button: {
text: "Prenota Ora", href: "#contact"
},
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg?_wi=2", imageAlt: "Italian lunch plate primo secondo contorno"
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg", imageAlt: "Italian lunch plate primo secondo contorno"
},
{
id: "lunch-pro", title: "Primo + Secondo + Contorno", price: "€16,50", period: "Pranzo Completo", features: [
@@ -201,7 +201,7 @@ export default function LandingPage() {
button: {
text: "Prenota Ora", href: "#contact"
},
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg?_wi=3", imageAlt: "Italian lunch plate primo secondo contorno"
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-tomato-sauce-with-bell-pepper-chicken_140725-9726.jpg", imageAlt: "Italian lunch plate primo secondo contorno"
}
]}
animationType="slide-up"