1 Commits

Author SHA1 Message Date
18000533ab Update src/app/page.tsx 2026-05-14 15:24:13 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Da Irene"
/>
@@ -55,42 +47,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDualMedia
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Da Irene Autentica Cucina Italiana"
description="Scopri i sapori della tradizione. Pizze d'autore, primi piatti di mare freschissimi e un'atmosfera accogliente nel cuore di Torino."
tag="Prenota ora: 351 818 0932"
buttons={[
{
text: "Vedi Menu",
href: "#menu",
},
text: "Vedi Menu", href: "#menu"},
{
text: "Prenota",
href: "#contact",
},
text: "Prenota", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg",
imageAlt: "Interno ristorante",
},
imageSrc: "http://img.b2bpic.net/free-photo/luxury-meeting-dining-room-table-multiple-chairs_114579-2067.jpg", imageAlt: "Interno ristorante"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-pasta-wooden-board_482257-25251.jpg",
imageAlt: "Pasta carbonara",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-cafe_1157-4340.jpg",
imageAlt: "Couple in cafe",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg",
imageAlt: "Wicker gray table with glass and gray chairs",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg",
imageAlt: "There are glasses for wine and water on the table with white cloth are ready for dining.",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-black-plates-with-pasta-wooden-board_482257-25251.jpg", imageAlt: "Pasta carbonara"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -103,9 +74,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="La Nostra Storia"
description={[
"Da Irene, la passione per la buona cucina è di casa. Dal 1980 selezioniamo i migliori ingredienti per offrirvi un'esperienza culinaria indimenticabile.",
"Il nostro segreto? Un impasto leggero per la pizza, pesce fresco ogni giorno e un servizio attento che ti fa sentire tra amici.",
]}
"Da Irene, la passione per la buona cucina è di casa. Dal 1980 selezioniamo i migliori ingredienti per offrirvi un'esperienza culinaria indimenticabile.", "Il nostro segreto? Un impasto leggero per la pizza, pesce fresco ogni giorno e un servizio attento che ti fa sentire tra amici."]}
/>
</div>
@@ -117,59 +86,23 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Specialità",
name: "Antipasto Da Irene",
price: "12€",
rating: 5,
reviewCount: "200",
imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg",
},
id: "1", brand: "Specialità", name: "Antipasto Da Irene", price: "12€", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/pizza-meat-lover-cheese_1388-649.jpg"},
{
id: "2",
brand: "Pasta",
name: "Carbonara Tradizionale",
price: "14€",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg",
},
id: "2", brand: "Pasta", name: "Carbonara Tradizionale", price: "14€", rating: 5,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg"},
{
id: "3",
brand: "Pizza",
name: "Pizza Margherita Special",
price: "9€",
rating: 5,
reviewCount: "300",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg",
},
id: "3", brand: "Pizza", name: "Pizza Margherita Special", price: "9€", rating: 5,
reviewCount: "300", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-delicious-cheesy-pepperoni-pizza-inside-brick-stone-oven_181624-58518.jpg"},
{
id: "4",
brand: "Mare",
name: "Fritto Misto Reale",
price: "18€",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-taking-slices-pizza-with-cheese_23-2148765340.jpg",
},
id: "4", brand: "Mare", name: "Fritto Misto Reale", price: "18€", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-taking-slices-pizza-with-cheese_23-2148765340.jpg"},
{
id: "5",
brand: "Dolci",
name: "Tiramisù della Casa",
price: "6€",
rating: 5,
reviewCount: "400",
imageSrc: "http://img.b2bpic.net/free-photo/chef-is-cutting-traditional-margarita-pizza-customers-with-special-knife_613910-14078.jpg",
},
id: "5", brand: "Dolci", name: "Tiramisù della Casa", price: "6€", rating: 5,
reviewCount: "400", imageSrc: "http://img.b2bpic.net/free-photo/chef-is-cutting-traditional-margarita-pizza-customers-with-special-knife_613910-14078.jpg"},
{
id: "6",
brand: "Secondo",
name: "Burrata e Prosciutto",
price: "13€",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-raw-pasta-spaghetti-turquoise-surface_141793-18398.jpg",
},
id: "6", brand: "Secondo", name: "Burrata e Prosciutto", price: "13€", rating: 5,
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-bell-peppers-cutting-board-with-raw-pasta-spaghetti-turquoise-surface_141793-18398.jpg"},
]}
title="Piatti Forti"
description="Una selezione dei piatti più amati dai nostri clienti."
@@ -184,25 +117,15 @@ export default function LandingPage() {
author="Marco Rossi"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/ecstatic-caucasian-girl-sitting-cafe-eating-salad-blithesome-woman-enjoying-fresh-vegetables_197531-17191.jpg",
alt: "Diner 1",
},
src: "http://img.b2bpic.net/free-photo/ecstatic-caucasian-girl-sitting-cafe-eating-salad-blithesome-woman-enjoying-fresh-vegetables_197531-17191.jpg", alt: "Diner 1"},
{
src: "http://img.b2bpic.net/free-photo/joyful-multiethnic-women-have-fun-together-laugh-happily_273609-18136.jpg",
alt: "Diner 2",
},
src: "http://img.b2bpic.net/free-photo/joyful-multiethnic-women-have-fun-together-laugh-happily_273609-18136.jpg", alt: "Diner 2"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg",
alt: "Diner 3",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250084.jpg", alt: "Diner 3"},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
alt: "Diner 4",
},
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", alt: "Diner 4"},
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg",
alt: "Adults enjoying mexican food",
},
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663853.jpg", alt: "Adults enjoying mexican food"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -217,25 +140,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "609+",
title: "Recensioni",
description: "Clienti soddisfatti online",
icon: Star,
id: "m1", value: "609+", title: "Recensioni", description: "Clienti soddisfatti online", icon: Star,
},
{
id: "m2",
value: "4.6",
title: "Rating",
description: "Valutazione media Google",
icon: Award,
id: "m2", value: "4.6", title: "Rating", description: "Valutazione media Google", icon: Award,
},
{
id: "m3",
value: "40+",
title: "Anni",
description: "Tradizione e qualità",
icon: Clock,
id: "m3", value: "40+", title: "Anni", description: "Tradizione e qualità", icon: Clock,
},
]}
title="La Nostra Reputazione"
@@ -249,20 +160,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "È necessaria la prenotazione?",
content: "Sì, consigliamo vivamente di prenotare, specialmente nel fine settimana.",
},
id: "f1", title: "È necessaria la prenotazione?", content: "Sì, consigliamo vivamente di prenotare, specialmente nel fine settimana."},
{
id: "f2",
title: "Offrite opzioni senza glutine?",
content: "Sì, offriamo un impasto pizza senza glutine su richiesta.",
},
id: "f2", title: "Offrite opzioni senza glutine?", content: "Sì, offriamo un impasto pizza senza glutine su richiesta."},
{
id: "f3",
title: "Avete spazi esterni?",
content: "Sì, disponiamo di una comoda veranda esterna per la bella stagione.",
},
id: "f3", title: "Avete spazi esterni?", content: "Sì, disponiamo di una comoda veranda esterna per la bella stagione."},
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-close-up-portrait-beautiful-black-skinned-woman-wearing-blouse-flower-headband-enjoying-dinner-while-eating-restaurant_613910-18781.jpg"
mediaAnimation="slide-up"
@@ -279,22 +181,14 @@ export default function LandingPage() {
description="Compila il form per prenotare, ti risponderemo al più presto."
inputs={[
{
name: "name",
type: "text",
placeholder: "Nome e Cognome",
required: true,
name: "name", type: "text", placeholder: "Nome e Cognome", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Numero di Telefono",
required: true,
name: "phone", type: "tel", placeholder: "Numero di Telefono", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Messaggio (data, ora, numero persone)",
rows: 4,
name: "message", placeholder: "Messaggio (data, ora, numero persone)", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/milk-bottle-food-bag-arrangement_23-2148773371.jpg"
@@ -307,29 +201,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Da Irene",
items: [
title: "Da Irene", items: [
{
label: "V. Caraglio, 32, Torino",
href: "#",
},
label: "V. Caraglio, 32, Torino", href: "#"},
{
label: "351 818 0932",
href: "tel:3518180932",
},
label: "351 818 0932", href: "tel:3518180932"},
],
},
{
title: "Info",
items: [
title: "Info", items: [
{
label: "Orari: 19:00 - 23:30",
href: "#",
},
label: "Orari: 19:00 - 23:30", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}