Merge version_2 into main #2
196
src/app/page.tsx
196
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "/menu",
|
||||
},
|
||||
name: "Menu", id: "/menu"},
|
||||
{
|
||||
name: "Senza Glutine",
|
||||
id: "/senza-glutine",
|
||||
},
|
||||
name: "Senza Glutine", id: "/senza-glutine"},
|
||||
{
|
||||
name: "Chi Siamo",
|
||||
id: "/chi-siamo",
|
||||
},
|
||||
name: "Chi Siamo", id: "/chi-siamo"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "/contatti",
|
||||
},
|
||||
name: "Contatti", id: "/contatti"},
|
||||
]}
|
||||
brandName="Lo Zodiaco"
|
||||
/>
|
||||
@@ -56,51 +46,22 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Lo Zodiaco"
|
||||
description="Tradizione italiana dal 1976. Pizza, cucina e senza glutine d'eccellenza."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota ora",
|
||||
href: "/contatti",
|
||||
},
|
||||
text: "Prenota ora", href: "/contatti"},
|
||||
{
|
||||
text: "Scopri il menu",
|
||||
href: "/menu",
|
||||
},
|
||||
text: "Scopri il menu", href: "/menu"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-salad-with-cheese-tomatoes-square-plate-with-alcoholic-beverage-near-plant_181624-24619.jpg?_wi=1",
|
||||
imageAlt: "Lo Zodiaco Traditional Pizza",
|
||||
},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg",
|
||||
imageAlt: "Lo Zodiaco Traditional Pizza",
|
||||
},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg?_wi=1",
|
||||
imageAlt: "Lo Zodiaco Traditional Pizza",
|
||||
},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-table-setting-with-wine-glasses-plates_181624-60149.jpg",
|
||||
imageAlt: "Lo Zodiaco Traditional Pizza",
|
||||
},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/challah-dish-hanukkah-table_23-2151102386.jpg",
|
||||
imageAlt: "Lo Zodiaco Traditional Pizza",
|
||||
},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27031.jpg",
|
||||
imageAlt: "Lo Zodiaco Traditional Pizza",
|
||||
},
|
||||
{ id: "1", imageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?q=80&w=800" },
|
||||
{ id: "2", imageSrc: "https://images.unsplash.com/photo-1541745537411-b8046dc6d66c?q=80&w=800" },
|
||||
{ id: "3", imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=80&w=800" },
|
||||
{ id: "4", imageSrc: "https://images.unsplash.com/photo-1571407970331-303c737f2674?q=80&w=800" },
|
||||
{ id: "5", imageSrc: "https://images.unsplash.com/photo-1593560708920-61dd98c46a4e?q=80&w=800" },
|
||||
{ id: "6", imageSrc: "https://images.unsplash.com/photo-1574071318508-1cdbab80d002?q=80&w=800" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,26 +74,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Pizza Artigianale",
|
||||
description: "Lievitazione lenta per la massima digeribilità.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-meringue-cake-decorated-with-citrus_23-2148368220.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/raw-pizza-oven_23-2147772089.jpg",
|
||||
buttonText: "Vedi menu",
|
||||
},
|
||||
title: "Pizza Artigianale", description: "Lievitazione lenta per la massima digeribilità.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-meringue-cake-decorated-with-citrus_23-2148368220.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/raw-pizza-oven_23-2147772089.jpg", buttonText: "Vedi menu"},
|
||||
{
|
||||
title: "Cucina di Qualità",
|
||||
description: "Carne e pesce freschissimi ogni giorno.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-unforgettable-evening_8353-9908.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/elegant-dining-table-setting-with-candles-decorations_23-2152009915.jpg",
|
||||
buttonText: "Vedi menu",
|
||||
},
|
||||
title: "Cucina di Qualità", description: "Carne e pesce freschissimi ogni giorno.", imageSrc: "http://img.b2bpic.net/free-photo/romantic-table-unforgettable-evening_8353-9908.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/elegant-dining-table-setting-with-candles-decorations_23-2152009915.jpg", buttonText: "Vedi menu"},
|
||||
{
|
||||
title: "Senza Glutine",
|
||||
description: "Eccellenza certificata per una pizza senza compromessi.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=1",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-mushroom-pizza-sliced-cooked-dough-with-cheese-olives-dark-surface-food-italian-pizza-bake-dough-meal_140725-101507.jpg",
|
||||
buttonText: "Vedi menu",
|
||||
},
|
||||
title: "Senza Glutine", description: "Eccellenza certificata per una pizza senza compromessi.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=1", titleImageSrc: "http://img.b2bpic.net/free-photo/front-view-mushroom-pizza-sliced-cooked-dough-with-cheese-olives-dark-surface-food-italian-pizza-bake-dough-meal_140725-101507.jpg", buttonText: "Vedi menu"},
|
||||
]}
|
||||
title="Da oltre 40 anni al tuo servizio"
|
||||
description="Qualità, accoglienza e cucina autentica per veri appassionati."
|
||||
@@ -144,20 +90,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Senza Glutine d'Eccellenza",
|
||||
},
|
||||
type: "text", content: "Senza Glutine d'Eccellenza"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-slices-pizza-salami-with-tomato-sauce-green-chili-pepper-spices_140725-12584.jpg",
|
||||
alt: "Senza Glutine",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/top-view-slices-pizza-salami-with-tomato-sauce-green-chili-pepper-spices_140725-12584.jpg", alt: "Senza Glutine"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Scopri il menu senza glutine",
|
||||
href: "/senza-glutine",
|
||||
},
|
||||
text: "Scopri il menu senza glutine", href: "/senza-glutine"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -168,60 +107,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Marco V.",
|
||||
date: "12/05/2023",
|
||||
title: "Celiaco felice",
|
||||
quote: "Una delle migliori pizze senza glutine della mia carriera da celiaco.",
|
||||
tag: "Senza glutine",
|
||||
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/closeup-salad-with-cheese-tomatoes-square-plate-with-alcoholic-beverage-near-plant_181624-24619.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "1", name: "Marco V.", date: "12/05/2023", title: "Celiaco felice", quote: "Una delle migliori pizze senza glutine della mia carriera da celiaco.", tag: "Senza glutine", 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/closeup-salad-with-cheese-tomatoes-square-plate-with-alcoholic-beverage-near-plant_181624-24619.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena B.",
|
||||
date: "10/05/2023",
|
||||
title: "Eccellente",
|
||||
quote: "Cibo ottimo e personale gentilissimo.",
|
||||
tag: "Cucina",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-restaurant_23-2150491806.jpg?_wi=1",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "2", name: "Elena B.", date: "10/05/2023", title: "Eccellente", quote: "Cibo ottimo e personale gentilissimo.", tag: "Cucina", avatarSrc: "http://img.b2bpic.net/free-photo/woman-eating-seafood-dish-with-salmon_23-2150463267.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-restaurant_23-2150491806.jpg?_wi=1", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Luca R.",
|
||||
date: "08/05/2023",
|
||||
title: "Porzioni abbondanti",
|
||||
quote: "Qualità eccellente e porzioni generose, consigliatissimo.",
|
||||
tag: "Carne",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "3", name: "Luca R.", date: "08/05/2023", title: "Porzioni abbondanti", quote: "Qualità eccellente e porzioni generose, consigliatissimo.", tag: "Carne", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-tomatoes-parmesan-cheese_23-2148753756.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sara G.",
|
||||
date: "05/05/2023",
|
||||
title: "Top",
|
||||
quote: "Ambiente spazioso e pizza davvero eccezionale.",
|
||||
tag: "Pizza",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "4", name: "Sara G.", date: "05/05/2023", title: "Top", quote: "Ambiente spazioso e pizza davvero eccezionale.", tag: "Pizza", avatarSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg", imageAlt: "happy customer dining restaurant"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Giulia P.",
|
||||
date: "01/05/2023",
|
||||
title: "Punto di riferimento",
|
||||
quote: "Il miglior posto dove mangiare in zona.",
|
||||
tag: "Gluten-free",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg?_wi=2",
|
||||
imageAlt: "happy customer dining restaurant",
|
||||
},
|
||||
id: "5", name: "Giulia P.", date: "01/05/2023", title: "Punto di riferimento", quote: "Il miglior posto dove mangiare in zona.", tag: "Gluten-free", avatarSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195142.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pizza-outdoors_23-2150900948.jpg?_wi=2", imageAlt: "happy customer dining restaurant"},
|
||||
]}
|
||||
title="Dicono di noi"
|
||||
description="Le testimonianze dei nostri clienti fedeli."
|
||||
@@ -235,22 +129,14 @@ export default function LandingPage() {
|
||||
description="Contattaci per prenotare il tuo tavolo."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Il tuo nome",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Il tuo nome", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Telefono",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "Telefono", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Note per la prenotazione",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Note per la prenotazione", rows: 4,
|
||||
required: false,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-fresh-salad-with-tomatoes-green-chili-pepper-red-onionnd-pomegranate-sauce-white-bowl_140725-11936.jpg"
|
||||
@@ -263,33 +149,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "/menu",
|
||||
},
|
||||
label: "Menu", href: "/menu"},
|
||||
{
|
||||
label: "Senza Glutine",
|
||||
href: "/senza-glutine",
|
||||
},
|
||||
label: "Senza Glutine", href: "/senza-glutine"},
|
||||
{
|
||||
label: "Chi Siamo",
|
||||
href: "/chi-siamo",
|
||||
},
|
||||
label: "Chi Siamo", href: "/chi-siamo"},
|
||||
{
|
||||
label: "Prenota",
|
||||
href: "/contatti",
|
||||
},
|
||||
label: "Prenota", href: "/contatti"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Chiama subito",
|
||||
href: "tel:+39000000000",
|
||||
},
|
||||
label: "Chiama subito", href: "tel:+39000000000"},
|
||||
{
|
||||
label: "WhatsApp",
|
||||
href: "https://wa.me/39000000000",
|
||||
},
|
||||
label: "WhatsApp", href: "https://wa.me/39000000000"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -299,4 +173,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user