Merge version_1 into main #2
220
src/app/page.tsx
220
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "about",
|
||||
},
|
||||
name: "Chi Siamo", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "products",
|
||||
},
|
||||
name: "Menu", id: "products"},
|
||||
{
|
||||
name: "Testimonianze",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonianze", id: "testimonials"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="PIZZERIA PARTENOPE"
|
||||
/>
|
||||
@@ -63,36 +53,22 @@ export default function LandingPage() {
|
||||
description="Ingredienti freschi, impasto a lenta lievitazione e cottura nel tradizionale forno a legna. Vivi l'autentica esperienza partenopea."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota un Tavolo",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Prenota un Tavolo", href: "#contact"},
|
||||
{
|
||||
text: "Scopri il Menu",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Scopri il Menu", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235781.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235781.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg",
|
||||
alt: "Giovane cliente felice",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1724.jpg", alt: "Giovane cliente felice"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg",
|
||||
alt: "Cliente pranza",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", alt: "Cliente pranza"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
alt: "Ragazza sorridente",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Ragazza sorridente"},
|
||||
{
|
||||
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: "Cliente in attesa",
|
||||
},
|
||||
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: "Cliente in attesa"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-pretty-woman-enjoy-her-meal-terrace-cafe-paris-summer-time-stylish-outfit-sunglasses-tasty-brunch_291049-2747.jpg",
|
||||
alt: "Cliente al caffè",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-pretty-woman-enjoy-her-meal-terrace-cafe-paris-summer-time-stylish-outfit-sunglasses-tasty-brunch_291049-2747.jpg", alt: "Cliente al caffè"},
|
||||
]}
|
||||
avatarText="Oltre 500+ clienti felici ogni settimana"
|
||||
/>
|
||||
@@ -105,19 +81,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Lievitazione",
|
||||
value: "48h",
|
||||
},
|
||||
label: "Lievitazione", value: "48h"},
|
||||
{
|
||||
icon: Flame,
|
||||
label: "Forno",
|
||||
value: "Legna",
|
||||
},
|
||||
label: "Forno", value: "Legna"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Ingredienti",
|
||||
value: "DOP",
|
||||
},
|
||||
label: "Ingredienti", value: "DOP"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -131,41 +101,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Margherita D.O.P.",
|
||||
price: "9.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Margherita D.O.P.", price: "9.00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Diavola Napoletana",
|
||||
price: "11.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Diavola Napoletana", price: "11.00€", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Bufalina Speciale",
|
||||
price: "12.00€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Bufalina Speciale", price: "12.00€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Marinara Classica",
|
||||
price: "7.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bolognese-spaghetti-topped-with-basil-turquoise-plate_140725-5095.jpg",
|
||||
},
|
||||
id: "p4", name: "Marinara Classica", price: "7.50€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bolognese-spaghetti-topped-with-basil-turquoise-plate_140725-5095.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Capricciosa DOC",
|
||||
price: "11.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg",
|
||||
},
|
||||
id: "p5", name: "Capricciosa DOC", price: "11.50€", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Ortolana del Sud",
|
||||
price: "10.50€",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134261.jpg",
|
||||
},
|
||||
id: "p6", name: "Ortolana del Sud", price: "10.50€", imageSrc: "http://img.b2bpic.net/free-photo/baking-delicious-pizza-with-wood-fired-oven_23-2150134261.jpg"},
|
||||
]}
|
||||
title="Le Nostre Specialità"
|
||||
description="Ogni pizza racconta una storia di sapori mediterranei e cura artigianale."
|
||||
@@ -176,33 +122,19 @@ export default function LandingPage() {
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15.000+",
|
||||
title: "Pizze sfornate annualmente",
|
||||
items: [
|
||||
"Qualità artigianale",
|
||||
"Ingredienti scelti",
|
||||
],
|
||||
id: "m1", value: "15.000+", title: "Pizze sfornate annualmente", items: [
|
||||
"Qualità artigianale", "Ingredienti scelti"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "10+",
|
||||
title: "Anni di esperienza",
|
||||
items: [
|
||||
"Tradizione familiare",
|
||||
"Passione costante",
|
||||
],
|
||||
id: "m2", value: "10+", title: "Anni di esperienza", items: [
|
||||
"Tradizione familiare", "Passione costante"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Clienti soddisfatti",
|
||||
items: [
|
||||
"Feedback eccellente",
|
||||
"Servizio curato",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Clienti soddisfatti", items: [
|
||||
"Feedback eccellente", "Servizio curato"],
|
||||
},
|
||||
]}
|
||||
title="Qualità che ci Distingue"
|
||||
@@ -216,60 +148,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Marco V.",
|
||||
date: "10/05/2024",
|
||||
title: "Eccezionale",
|
||||
quote: "La migliore pizza mangiata fuori Napoli. Impasto soffice e leggero.",
|
||||
tag: "Consigliato",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235781.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining at restaurant",
|
||||
},
|
||||
id: "t1", name: "Marco V.", date: "10/05/2024", title: "Eccezionale", quote: "La migliore pizza mangiata fuori Napoli. Impasto soffice e leggero.", tag: "Consigliato", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-baking-delicious-pizza_23-2150235781.jpg", imageAlt: "happy customer dining at restaurant"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena R.",
|
||||
date: "22/04/2024",
|
||||
title: "Autentica",
|
||||
quote: "Ingredienti di altissima qualità, si sente la freschezza ad ogni morso.",
|
||||
tag: "Ottimo",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-entrepreneur-asian-business-owner-manager-sitting-confident-smiling_1258-199004.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14748.jpg",
|
||||
imageAlt: "happy customer dining at restaurant",
|
||||
},
|
||||
id: "t2", name: "Elena R.", date: "22/04/2024", title: "Autentica", quote: "Ingredienti di altissima qualità, si sente la freschezza ad ogni morso.", tag: "Ottimo", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-entrepreneur-asian-business-owner-manager-sitting-confident-smiling_1258-199004.jpg", imageSrc: "http://img.b2bpic.net/free-photo/italian-chef-uniform-is-preparing-pastry-pizza-kitchen_613910-14748.jpg", imageAlt: "happy customer dining at restaurant"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Luca G.",
|
||||
date: "15/03/2024",
|
||||
title: "Staff cordiale",
|
||||
quote: "Atmosfera accogliente e servizio veloce. Torneremo sicuramente.",
|
||||
tag: "Eccellente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-housewife-shirt-colored-cape-holding-yellow-heart-shape-smiling-green_140725-30376.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining at restaurant",
|
||||
},
|
||||
id: "t3", name: "Luca G.", date: "15/03/2024", title: "Staff cordiale", quote: "Atmosfera accogliente e servizio veloce. Torneremo sicuramente.", tag: "Eccellente", avatarSrc: "http://img.b2bpic.net/free-photo/young-housewife-shirt-colored-cape-holding-yellow-heart-shape-smiling-green_140725-30376.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-tomatoes-cutter_23-2148753761.jpg", imageAlt: "happy customer dining at restaurant"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sara B.",
|
||||
date: "02/02/2024",
|
||||
title: "Un pezzo di Sud",
|
||||
quote: "Sembra di essere in un vicolo di Napoli, sapori veri e tradizionali.",
|
||||
tag: "Super",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-eating-pizza_23-2149454361.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining at restaurant",
|
||||
},
|
||||
id: "t4", name: "Sara B.", date: "02/02/2024", title: "Un pezzo di Sud", quote: "Sembra di essere in un vicolo di Napoli, sapori veri e tradizionali.", tag: "Super", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-eating-pizza_23-2149454361.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134279.jpg", imageAlt: "happy customer dining at restaurant"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Giulia F.",
|
||||
date: "12/01/2024",
|
||||
title: "Consigliato!",
|
||||
quote: "La bufala è spaziale. Non cambiate mai la ricetta!",
|
||||
tag: "Top",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-toasting-glasses-wine_107420-12125.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining at restaurant",
|
||||
},
|
||||
id: "t5", name: "Giulia F.", date: "12/01/2024", title: "Consigliato!", quote: "La bufala è spaziale. Non cambiate mai la ricetta!", tag: "Top", avatarSrc: "http://img.b2bpic.net/free-photo/couple-toasting-glasses-wine_107420-12125.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-veggie-food-wooden-background_23-2148305847.jpg", imageAlt: "happy customer dining at restaurant"},
|
||||
]}
|
||||
title="Cosa Dicono i Nostri Clienti"
|
||||
description="L'entusiasmo dei nostri ospiti è la ricompensa più grande."
|
||||
@@ -281,14 +168,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Accademia Verace Pizza",
|
||||
"Guida Michelin",
|
||||
"Slow Food Italia",
|
||||
"Eccellenza Napoletana",
|
||||
"Pizzeria d'Italia",
|
||||
"Chef Awards",
|
||||
"Gambero Rosso",
|
||||
]}
|
||||
"Accademia Verace Pizza", "Guida Michelin", "Slow Food Italia", "Eccellenza Napoletana", "Pizzeria d'Italia", "Chef Awards", "Gambero Rosso"]}
|
||||
title="Certificati e Riconosciuti"
|
||||
description="Orgogliosi di rispettare gli standard dell'eccellenza culinaria italiana."
|
||||
/>
|
||||
@@ -300,20 +180,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Avete opzioni senza glutine?",
|
||||
content: "Sì, offriamo un impasto senza glutine preparato con cura per evitare contaminazioni.",
|
||||
},
|
||||
id: "f1", title: "Avete opzioni senza glutine?", content: "Sì, offriamo un impasto senza glutine preparato con cura per evitare contaminazioni."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "È necessaria la prenotazione?",
|
||||
content: "È caldamente consigliata, specialmente nei weekend, per garantirvi il posto migliore.",
|
||||
},
|
||||
id: "f2", title: "È necessaria la prenotazione?", content: "È caldamente consigliata, specialmente nei weekend, per garantirvi il posto migliore."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Effettuate consegna a domicilio?",
|
||||
content: "Certamente, potrete ordinare tramite le principali app di delivery o chiamandoci direttamente.",
|
||||
},
|
||||
id: "f3", title: "Effettuate consegna a domicilio?", content: "Certamente, potrete ordinare tramite le principali app di delivery o chiamandoci direttamente."},
|
||||
]}
|
||||
title="Domande Frequenti"
|
||||
description="Tutto quello che vuoi sapere sulla nostra pizzeria e sul nostro metodo."
|
||||
@@ -325,14 +196,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Prenota il tuo tavolo oggi e scopri il gusto autentico di Pizzeria Partenope."
|
||||
buttons={[
|
||||
{
|
||||
text: "Chiama Ora",
|
||||
href: "tel:+390123456789",
|
||||
},
|
||||
text: "Chiama Ora", href: "tel:+390123456789"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -344,14 +212,10 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "#", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user