Update src/app/page.tsx

This commit is contained in:
2026-05-04 18:52:53 +00:00
parent 102f94b297
commit ac44913c34

View File

@@ -32,109 +32,68 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Experience",
id: "#about",
},
name: "Experience", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Prenota",
id: "#contact",
},
name: "Prenota", id: "#contact"},
]}
brandName="Trattoria del Ponte"
button={{
text: "Prenota Ora",
href: "#contact",
}}
text: "Prenota Ora", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="L'Eccellenza del Mare, a Gallarate."
description="Pesce freschissimo, pizze d'autore e un'accoglienza che ti fa sentire a casa."
kpis={[
{
value: "100%",
label: "Pesce Fresco",
},
value: "100%", label: "Pesce Fresco"},
{
value: "5+",
label: "Stelle Cucina",
},
value: "5+", label: "Stelle Cucina"},
{
value: "1000+",
label: "Clienti Felici",
},
value: "1000+", label: "Clienti Felici"},
]}
enableKpiAnimation={true}
buttons={[
{
text: "Prenota il Tuo Tavolo",
href: "#contact",
},
text: "Prenota il Tuo Tavolo", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg"
imageAlt="Luxury seafood and wine service"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/woman-with-beer-eating-olives_23-2147680959.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/woman-with-beer-eating-olives_23-2147680959.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/adorable-lovely-woman-fashion-clothes-is-sitting-open-air-cafe-is-using-smartphone-waiting-friends-city-lights-background_291650-842.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/positive-gorgeous-young-female-feels-happy-coffee-shop_273609-2792.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/young-business-woman-drinking-coffee-cafe_1303-24975.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/young-business-woman-drinking-coffee-cafe_1303-24975.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/handsome-happy-guy-sitting-cafe-drinking-lemonade-using-mobile-phone-laughing-text-message_176420-25740.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/handsome-happy-guy-sitting-cafe-drinking-lemonade-using-mobile-phone-laughing-text-message_176420-25740.jpg", alt: "Customer 5"},
]}
avatarText="Oltre 1000 ospiti soddisfatti"
marqueeItems={[
{
type: "text",
text: "Pesce Fresco Giornaliero",
},
type: "text", text: "Pesce Fresco Giornaliero"},
{
type: "text",
text: "Cantina Selezionata",
},
type: "text", text: "Cantina Selezionata"},
{
type: "text",
text: "Pizza Gourmet",
},
type: "text", text: "Pizza Gourmet"},
{
type: "text",
text: "Location Raffinata",
},
type: "text", text: "Location Raffinata"},
{
type: "text",
text: "Servizio Eccellente",
},
type: "text", text: "Servizio Eccellente"},
]}
/>
</div>
@@ -146,19 +105,13 @@ export default function LandingPage() {
metrics={[
{
icon: MapPin,
label: "Posizione",
value: "Corso Sempione",
},
label: "Posizione", value: "Corso Sempione"},
{
icon: Car,
label: "Parcheggio",
value: "Privato",
},
label: "Parcheggio", value: "Privato"},
{
icon: Clock,
label: "Orari",
value: "12-24",
},
label: "Orari", value: "12-24"},
]}
metricsAnimation="slide-up"
/>
@@ -170,23 +123,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Il Pescato Fresco",
description: "Specialità di pesce freschissimo ogni giorno. Lasciati tentare dalle nostre crudité di altissima qualità.",
imageSrc: "http://img.b2bpic.net/free-photo/showcase-with-chilled-fish-grocery-store-close-up_169016-37792.jpg",
imageAlt: "Fresh seafood",
},
title: "Il Pescato Fresco", description: "Specialità di pesce freschissimo ogni giorno. Lasciati tentare dalle nostre crudité di altissima qualità.", imageSrc: "http://img.b2bpic.net/free-photo/showcase-with-chilled-fish-grocery-store-close-up_169016-37792.jpg", imageAlt: "Fresh seafood"},
{
title: "La Pizzeria",
description: "Non solo mare. Una selezione di pizze gourmet con ingredienti selezionati e un impasto a regola d'arte.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cut-pizza-wooden-desk_181624-28457.jpg",
imageAlt: "Gourmet pizza",
},
title: "La Pizzeria", description: "Non solo mare. Una selezione di pizze gourmet con ingredienti selezionati e un impasto a regola d'arte.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-cut-pizza-wooden-desk_181624-28457.jpg", imageAlt: "Gourmet pizza"},
{
title: "La Cantina",
description: "Un'attenta selezione di vini per esaltare i sapori della nostra cucina.",
imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-red-wine_23-2147622300.jpg",
imageAlt: "Fine wines",
},
title: "La Cantina", description: "Un'attenta selezione di vini per esaltare i sapori della nostra cucina.", imageSrc: "http://img.b2bpic.net/free-photo/two-glasses-red-wine_23-2147622300.jpg", imageAlt: "Fine wines"},
]}
title="Le Nostre Eccellenze"
description="Una selezione curata per esaltare i sapori del territorio e del mare."
@@ -198,14 +139,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Gambero Rosso",
"Slow Food",
"Guida Michelin",
"TripAdvisor Choice",
"Local Excellence",
"Certified Quality",
"Premium Wine Selection",
]}
"Gambero Rosso", "Slow Food", "Guida Michelin", "TripAdvisor Choice", "Local Excellence", "Certified Quality", "Premium Wine Selection"]}
title="Riconoscimenti"
description="I nostri partner ed etichette certificate"
/>
@@ -218,40 +152,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Luca R.",
handle: "@luca_r",
testimonial: "Pesce freschissimo e di altissima qualità.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-brown-bra-big-white-earrings-smiles-widely-rests-street-cafe-summer_197531-18191.jpg",
},
id: "1", name: "Luca R.", handle: "@luca_r", testimonial: "Pesce freschissimo e di altissima qualità.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-brown-bra-big-white-earrings-smiles-widely-rests-street-cafe-summer_197531-18191.jpg"},
{
id: "2",
name: "Marco G.",
handle: "@marco_g",
testimonial: "Servizio top e atmosfera impeccabile.",
imageSrc: "http://img.b2bpic.net/free-photo/man-city-talking-phone_23-2148289242.jpg",
},
id: "2", name: "Marco G.", handle: "@marco_g", testimonial: "Servizio top e atmosfera impeccabile.", imageSrc: "http://img.b2bpic.net/free-photo/man-city-talking-phone_23-2148289242.jpg"},
{
id: "3",
name: "Elisa G.",
handle: "@elisa_g",
testimonial: "Locale pulito, arredo sobrio e accogliente.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg",
},
id: "3", name: "Elisa G.", handle: "@elisa_g", testimonial: "Locale pulito, arredo sobrio e accogliente.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-one-black-american-female-eats-gourmet-vegetarian-meal-drinks-wine-restaurant_613910-7365.jpg"},
{
id: "4",
name: "Alessandro V.",
handle: "@alessandro_v",
testimonial: "Atmosfera magica, una certezza.",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
},
id: "4", name: "Alessandro V.", handle: "@alessandro_v", testimonial: "Atmosfera magica, una certezza.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg"},
{
id: "5",
name: "Giulia B.",
handle: "@giulia_b",
testimonial: "Perfetto per una cena romantica.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg",
},
id: "5", name: "Giulia B.", handle: "@giulia_b", testimonial: "Perfetto per una cena romantica.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-suit-smiling-camera_23-2148317358.jpg"},
]}
title="Dicono di noi"
description="L'esperienza dei nostri clienti è la nostra miglior pubblicità."
@@ -263,24 +172,14 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Avete parcheggio?",
content: "Sì, disponiamo di parcheggio comodo nelle immediate vicinanze.",
},
id: "f1", title: "Avete parcheggio?", content: "Sì, disponiamo di parcheggio comodo nelle immediate vicinanze."},
{
id: "f2",
title: "È necessaria la prenotazione?",
content: "Consigliamo vivamente di prenotare in anticipo.",
},
id: "f2", title: "È necessaria la prenotazione?", content: "Consigliamo vivamente di prenotare in anticipo."},
{
id: "f3",
title: "Accettate gruppi?",
content: "Sì, contattateci per organizzare i tuoi eventi.",
},
id: "f3", title: "Accettate gruppi?", content: "Sì, contattateci per organizzare i tuoi eventi."},
]}
sideTitle="Informazioni Utili"
faqsAnimation="slide-up"
title="Domande Frequenti"
/>
</div>
@@ -288,14 +187,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Pronti a vivere un'esperienza gastronomica unica nel cuore di Gallarate?"
buttons={[
{
text: "Prenota il Tuo Tavolo",
href: "tel:+390331000000",
},
text: "Prenota il Tuo Tavolo", href: "tel:+390331000000"},
]}
/>
</div>
@@ -306,29 +202,19 @@ export default function LandingPage() {
{
items: [
{
label: "Prenota ora",
href: "tel:+390331000000",
},
label: "Prenota ora", href: "tel:+390331000000"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Contatti",
href: "#contact",
},
label: "Contatti", href: "#contact"},
],
},
{
items: [
{
label: "Corso Sempione, Gallarate",
href: "#",
},
label: "Corso Sempione, Gallarate", href: "#"},
{
label: "info@trattoriadelponte.it",
href: "mailto:info@trattoriadelponte.it",
},
label: "info@trattoriadelponte.it", href: "mailto:info@trattoriadelponte.it"},
],
},
]}