19 Commits

Author SHA1 Message Date
b253f4f63c Merge version_4 into main
Merge version_4 into main
2026-04-28 12:24:28 +00:00
d4a5505d48 Update src/app/page.tsx 2026-04-28 12:24:22 +00:00
3cc7dde8b2 Merge version_3 into main
Merge version_3 into main
2026-04-28 12:18:26 +00:00
3ca7361fd8 Update src/app/page.tsx 2026-04-28 12:18:23 +00:00
7a9b07a48c Merge version_3 into main
Merge version_3 into main
2026-04-28 12:17:53 +00:00
faa0d164cf Update src/app/page.tsx 2026-04-28 12:17:50 +00:00
14d872ed52 Merge version_3 into main
Merge version_3 into main
2026-04-28 12:17:35 +00:00
661213057b Update src/app/page.tsx 2026-04-28 12:17:32 +00:00
2239a4ac17 Merge version_3 into main
Merge version_3 into main
2026-04-28 12:17:23 +00:00
a39ca70a19 Update src/app/page.tsx 2026-04-28 12:17:20 +00:00
dae81417b1 Merge version_3 into main
Merge version_3 into main
2026-04-28 12:16:59 +00:00
0bdf409ae8 Update src/app/page.tsx 2026-04-28 12:16:56 +00:00
a804cd5d78 Merge version_3 into main
Merge version_3 into main
2026-04-28 12:16:39 +00:00
80890fba13 Update src/app/page.tsx 2026-04-28 12:16:36 +00:00
d1a471d51a Merge version_3 into main
Merge version_3 into main
2026-04-28 12:15:35 +00:00
fe19455d2b Update src/app/page.tsx 2026-04-28 12:15:32 +00:00
e420494f0b Merge version_3 into main
Merge version_3 into main
2026-04-28 12:15:06 +00:00
fc76a9adbd Update src/app/page.tsx 2026-04-28 12:15:03 +00:00
07804fce46 Merge version_2 into main
Merge version_2 into main
2026-04-28 12:13:19 +00:00

View File

@@ -28,16 +28,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home", id: "/"},
{
name: "Menu", id: "/menu"},
{
name: "Senza Glutine", id: "/senza-glutine"},
{
name: "Chi Siamo", id: "/chi-siamo"},
{
name: "Contatti", id: "/contatti"},
{ name: "Home", id: "/" },
{ name: "Menu", id: "/menu" },
{ name: "Senza Glutine", id: "/senza-glutine" },
{ name: "Chi Siamo", id: "/chi-siamo" },
{ name: "Contatti", id: "/contatti" },
]}
brandName="Lo Zodiaco"
/>
@@ -45,23 +40,20 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "radial-gradient"}}
background={{ 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: "Scopri il menu", href: "/menu"},
{ text: "Prenota ora", href: "/contatti" },
{ text: "Scopri il menu", href: "/menu" },
]}
carouselItems={[
{ 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" },
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz8z97YT8ThbQDnCnvwzWK9yHD/uploaded-1777378700105-izfb0kv1.jpg?width=1600&quality=90" },
{ id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz8z97YT8ThbQDnCnvwzWK9yHD/uploaded-1777378634880-yqy2vpmo.jpg?width=1600&quality=90" },
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz8z97YT8ThbQDnCnvwzWK9yHD/uploaded-1777378613258-b6tl2pd3.jpg?width=1600&quality=90" },
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz8z97YT8ThbQDnCnvwzWK9yHD/uploaded-1777378592038-x2w12mai.jpg?width=1600&quality=90" },
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz8z97YT8ThbQDnCnvwzWK9yHD/uploaded-1777378667085-7960t43y.jpg?width=1600&quality=90" },
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cz8z97YT8ThbQDnCnvwzWK9yHD/uploaded-1777378648500-gmjpusrc.jpg?width=1600&quality=90" },
]}
/>
</div>
@@ -73,12 +65,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
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: "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: "Pizza Artigianale", description: "Lievitazione lenta per la massima digeribilità.", imageSrc: "https://images.unsplash.com/photo-1565299624946-b28f40a0ae38?q=90&w=1200", titleImageSrc: "https://images.unsplash.com/photo-1513104890138-7c749659a591?q=90&w=1200", buttonText: "Vedi menu" },
{ title: "Cucina di Qualità", description: "Carne e pesce freschissimi ogni giorno.", imageSrc: "https://images.unsplash.com/photo-1555396273-367ea4eb4db5?q=90&w=1200", titleImageSrc: "https://images.unsplash.com/photo-1514362545857-3bc16c4c7d1b?q=90&w=1200", buttonText: "Vedi menu" },
{ title: "Senza Glutine", description: "Eccellenza certificata per una pizza senza compromessi.", imageSrc: "https://images.unsplash.com/photo-1571407970331-303c737f2674?q=90&w=1200", titleImageSrc: "https://images.unsplash.com/photo-1593560708920-61dd98c46a4e?q=90&w=1200", buttonText: "Vedi menu" },
]}
title="Da oltre 40 anni al tuo servizio"
description="Qualità, accoglienza e cucina autentica per veri appassionati."
@@ -89,15 +78,10 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
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"},
]}
buttons={[
{
text: "Scopri il menu senza glutine", href: "/senza-glutine"},
{ type: "text", content: "Senza Glutine d'Eccellenza" },
{ type: "image", src: "https://images.unsplash.com/photo-1604382354936-07c5d9983bd3?q=90&w=1200", alt: "Senza Glutine" },
]}
buttons={[{ text: "Scopri il menu senza glutine", href: "/senza-glutine" }]}
/>
</div>
@@ -106,16 +90,9 @@ export default function LandingPage() {
textboxLayout="default"
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: "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: "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: "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: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=90&w=300", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?q=90&w=1200" },
{ id: "2", name: "Elena B.", date: "10/05/2023", title: "Eccellente", quote: "Cibo ottimo e personale gentilissimo.", tag: "Cucina", avatarSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?q=90&w=300", imageSrc: "https://images.unsplash.com/photo-1517248135467-4c7edcad34c4?q=90&w=1200" },
{ id: "3", name: "Luca R.", date: "08/05/2023", title: "Porzioni abbondanti", quote: "Qualità eccellente e porzioni generose, consigliatissimo.", tag: "Carne", avatarSrc: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?q=90&w=300", imageSrc: "https://images.unsplash.com/photo-1414235077428-338989a2e8c0?q=90&w=1200" },
]}
title="Dicono di noi"
description="Le testimonianze dei nostri clienti fedeli."
@@ -128,44 +105,18 @@ export default function LandingPage() {
title="Prenota ora"
description="Contattaci per prenotare il tuo tavolo."
inputs={[
{
name: "name", type: "text", placeholder: "Il tuo nome", required: true,
},
{
name: "phone", type: "tel", placeholder: "Telefono", required: true,
},
{ name: "name", type: "text", placeholder: "Il tuo nome", required: true },
{ name: "phone", type: "tel", placeholder: "Telefono", required: true },
]}
textarea={{
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"
imageSrc="https://images.unsplash.com/photo-1550966871-3ed37b5ed019?q=90&w=1200"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Menu", href: "/menu"},
{
label: "Senza Glutine", href: "/senza-glutine"},
{
label: "Chi Siamo", href: "/chi-siamo"},
{
label: "Prenota", href: "/contatti"},
],
},
{
items: [
{
label: "Chiama subito", href: "tel:+39000000000"},
{
label: "WhatsApp", href: "https://wa.me/39000000000"},
],
},
{ items: [{ label: "Menu", href: "/menu" }, { label: "Senza Glutine", href: "/senza-glutine" }, { label: "Chi Siamo", href: "/chi-siamo" }, { label: "Prenota", href: "/contatti" }] },
{ items: [{ label: "Chiama subito", href: "tel:+39000000000" }, { label: "WhatsApp", href: "https://wa.me/39000000000" }] },
]}
logoText="Lo Zodiaco"
/>
@@ -173,4 +124,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}