Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:12:43 +00:00
parent a65a04312d
commit 9df0bbb29e

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="OMA"
description="La tradizione romana, reinterpretata con eleganza. Scopri l'osteria moderna dove ogni piatto racconta una storia di passione e qualità."
background={{ variant: "circleGradient" }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "📞 Chiama per Prenotare", href: "tel:+390612345678" },
{ text: "Prenota un Tavolo", href: "#contact" }
@@ -76,30 +76,30 @@ export default function LandingPage() {
features={[
{
title: "Spaghetti alla Carbonara", description: "La ricetta romana autentica, reinterpretata con ingredienti selezionati e una crema vellutata che sorprende", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg?_wi=1", imageAlt: "Spaghetti alla Carbonara" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg?_wi=2", imageAlt: "Piatto di Spaghetti" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg?_wi=3", imageAlt: "Carbona di Oma" }
{ imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg", imageAlt: "Spaghetti alla Carbonara" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg", imageAlt: "Piatto di Spaghetti" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheese-pasta-topped-with-ham_140725-3720.jpg", imageAlt: "Carbona di Oma" }
]
},
{
title: "Tiramisù della Casa", description: "Il dolce più amato, preparato ogni giorno con mascarpone fresco, caffè artigianale e cacao di qualità", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tiramisu-arrangement_23-2148531560.jpg?_wi=1", imageAlt: "Tiramisù della Casa" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tiramisu-arrangement_23-2148531560.jpg?_wi=2", imageAlt: "Dolce Tiramisu" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tiramisu-arrangement_23-2148531560.jpg?_wi=3", imageAlt: "Dessert Oma" }
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tiramisu-arrangement_23-2148531560.jpg", imageAlt: "Tiramisù della Casa" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tiramisu-arrangement_23-2148531560.jpg", imageAlt: "Dolce Tiramisu" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-tiramisu-arrangement_23-2148531560.jpg", imageAlt: "Dessert Oma" }
]
},
{
title: "Crostatina Ricotta e Fichi", description: "Una combinazione elegante di ricotta cremosa, fichi freschi di stagione e pasta sfoglia croccante", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg?_wi=1", imageAlt: "Crostatina Ricotta Fichi" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg?_wi=2", imageAlt: "Tart Ricotta" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg?_wi=3", imageAlt: "Dolce Raffinato" }
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg", imageAlt: "Crostatina Ricotta Fichi" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg", imageAlt: "Tart Ricotta" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg", imageAlt: "Dolce Raffinato" }
]
},
{
title: "Ambiente & Atmosfera", description: "Eleganza sobria con un tocco di calore. Lo spazio perfetto per cene romantiche, pranzi di affari e serate indimenticabili", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=1", imageAlt: "Ambiente Ristorante" },
{ imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=2", imageAlt: "Sala Elegante" },
{ imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=3", imageAlt: "Tavoli Accoglienti" }
{ imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Ambiente Ristorante" },
{ imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Sala Elegante" },
{ imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Tavoli Accoglienti" }
]
}
]}
@@ -120,16 +120,16 @@ export default function LandingPage() {
tag="Testimonial"
testimonials={[
{
id: "1", name: "Sarah Rossi", role: "Avvocato", testimonial: "Ambiente elegante e accogliente. La carbonara è semplicemente straordinaria, lo staff è simpatico e competente. Tornerò certamente.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Rossi"
id: "1", name: "Sarah Rossi", role: "Avvocato", testimonial: "Ambiente elegante e accogliente. La carbonara è semplicemente straordinaria, lo staff è simpatico e competente. Tornerò certamente.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Rossi"
},
{
id: "2", name: "Marco Bianchi", role: "Imprenditore", testimonial: "Cucina romana con un tocco di raffinatezza. I dettagli fanno la differenza qui: dai piatti alla presentazione. Perfetto per cene importanti.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Marco Bianchi"
id: "2", name: "Marco Bianchi", role: "Imprenditore", testimonial: "Cucina romana con un tocco di raffinatezza. I dettagli fanno la differenza qui: dai piatti alla presentazione. Perfetto per cene importanti.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marco Bianchi"
},
{
id: "3", name: "Elena Conti", role: "Architetto", testimonial: "Finalmente un'osteria che non scende a compromessi. Qualità alta a prezzo accessibile. Il tiramisù è un capolavoro.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Elena Conti"
id: "3", name: "Elena Conti", role: "Architetto", testimonial: "Finalmente un'osteria che non scende a compromessi. Qualità alta a prezzo accessibile. Il tiramisù è un capolavoro.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Elena Conti"
},
{
id: "4", name: "Luca Ferri", role: "Chef Consulente", testimonial: "Come professionista del settore, apprecio il lavoro dello chef. Ricette tradizionali, ingredienti di qualità, esecuzione impeccabile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Luca Ferri"
id: "4", name: "Luca Ferri", role: "Chef Consulente", testimonial: "Come professionista del settore, apprecio il lavoro dello chef. Ricette tradizionali, ingredienti di qualità, esecuzione impeccabile.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Luca Ferri"
},
{
id: "5", name: "Giulia Moretti", role: "Giornalista Gastronomica", testimonial: "Oma rappresenta il meglio della cucina romana contemporanea. Ambiente perfetto, servizio attento, piatti indimenticabili.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Giulia Moretti"
@@ -157,7 +157,7 @@ export default function LandingPage() {
id: "2", value: "20-30€", title: "Fascia di Prezzo", description: "Qualità premium con accessibilità, senza compromessi", imageSrc: "http://img.b2bpic.net/free-photo/close-up-table-with-different-types-pasta_1220-469.jpg", imageAlt: "Preparazione Piatti"
},
{
id: "3", value: "+800", title: "Coperti al Mese", description: "Clienti fedeli che scelgono Oma per le loro occasioni speciali", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg?_wi=4", imageAlt: "Coperti Ristorante"
id: "3", value: "+800", title: "Coperti al Mese", description: "Clienti fedeli che scelgono Oma per le loro occasioni speciali", imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Coperti Ristorante"
}
]}
textboxLayout="default"
@@ -174,15 +174,15 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Oma Osteria", name: "Cene Aziendali", price: "Su preventivo", rating: 5,
reviewCount: "45+ events", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg?_wi=1", imageAlt: "Cena Aziendale"
reviewCount: "45+ events", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg", imageAlt: "Cena Aziendale"
},
{
id: "2", brand: "Oma Osteria", name: "Compleanni & Ricorrenze", price: "Su preventivo", rating: 5,
reviewCount: "30+ parties", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg?_wi=2", imageAlt: "Compleanno Privato"
reviewCount: "30+ parties", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg", imageAlt: "Compleanno Privato"
},
{
id: "3", brand: "Oma Osteria", name: "Matrimoni Intimi", price: "Su preventivo", rating: 5,
reviewCount: "15+ weddings", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg?_wi=3", imageAlt: "Matrimonio Elegante"
reviewCount: "15+ weddings", imageSrc: "http://img.b2bpic.net/free-photo/lovely-family-enjoying-new-year-party_23-2149173248.jpg", imageAlt: "Matrimonio Elegante"
}
]}
gridVariant="three-columns-all-equal-width"