Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-31 19:42:44 +00:00

View File

@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import { Utensils, ShoppingBag, Bike } from 'lucide-react';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
@@ -30,22 +31,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Menu",
id: "menu",
},
{
name: "Servizi",
id: "services",
},
{
name: "Gallery",
id: "gallery",
},
{
name: "Contatti",
id: "contact",
},
{ name: "Menu", id: "menu" },
{ name: "Servizi", id: "services" },
{ name: "Gallery", id: "gallery" },
{ name: "Contatti", id: "contact" }
]}
brandName="Da Marcello"
/>
@@ -53,117 +42,24 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
title="La vera pizza romana a Nettuno"
description="Croccante, leggera e preparata con ingredienti selezionati da anni di esperienza."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg?_wi=1",
imageAlt: "Pizza Romana",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg?_wi=1",
imageAlt: "Margherita",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg?_wi=1",
imageAlt: "Porchetta",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg?_wi=1",
imageAlt: "Pachino",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg?_wi=2",
imageAlt: "Oven Shot",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg?_wi=2",
imageAlt: "Pizza Detail",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg", imageAlt: "Pizza Romana" },
{ imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg", imageAlt: "Margherita" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg", imageAlt: "Porchetta" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg", imageAlt: "Pachino" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg", imageAlt: "Oven Shot" },
{ imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg", imageAlt: "Pizza Detail" }
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg?_wi=3",
imageAlt: "Margherita",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg?_wi=2",
imageAlt: "Pachino",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg?_wi=3",
imageAlt: "Pizza Romana",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg?_wi=2",
imageAlt: "Porchetta",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg?_wi=4",
imageAlt: "Oven Shot",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg?_wi=4",
imageAlt: "Pizza Detail",
},
]}
buttons={[
{
text: "Chiama ora",
href: "tel:069805330",
},
{
text: "Prenota un tavolo",
href: "#contact",
},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/high-angle-man-eating-pizza_23-2151231301.jpg",
alt: "Cliente 1",
},
{
src: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg",
alt: "Cliente 2",
},
{
src: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg",
alt: "Cliente 3",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-women-eating-delicious-pizza_23-2150280229.jpg",
alt: "Cliente 4",
},
{
src: "http://img.b2bpic.net/free-photo/high-angle-man-eating-pizza_23-2151231301.jpg",
alt: "Cliente 5",
},
]}
avatarText="Oltre 500+ clienti felici"
marqueeItems={[
{
type: "text",
text: "Pizza Romana",
},
{
type: "text",
text: "Ingredienti Bio",
},
{
type: "text",
text: "Forno a Legna",
},
{
type: "text",
text: "Tradizione",
},
{
type: "text",
text: "Qualità",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg", imageAlt: "Margherita" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg", imageAlt: "Pachino" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg", imageAlt: "Pizza Romana" },
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg", imageAlt: "Porchetta" },
{ imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg", imageAlt: "Oven Shot" },
{ imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg", imageAlt: "Pizza Detail" }
]}
/>
</div>
@@ -172,31 +68,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Marco Rossi",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-pizza_23-2151231301.jpg?_wi=1",
},
{
id: "2",
name: "Elena Bianchi",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg?_wi=1",
},
{
id: "3",
name: "Luca Verdi",
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg",
},
{
id: "4",
name: "Giulia Neri",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-eating-delicious-pizza_23-2150280229.jpg",
},
{
id: "5",
name: "Sara Esposito",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-pizza_23-2151231301.jpg?_wi=2",
},
{ id: "1", name: "Marco Rossi", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-pizza_23-2151231301.jpg" },
{ id: "2", name: "Elena Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg" },
{ id: "3", name: "Luca Verdi", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg" },
{ id: "4", name: "Giulia Neri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-eating-delicious-pizza_23-2150280229.jpg" },
{ id: "5", name: "Sara Esposito", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-pizza_23-2151231301.jpg" }
]}
cardTitle="4.4 su 584 recensioni"
cardTag="Recensioni Google"
@@ -211,27 +87,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Margherita",
price: "€8",
variant: "Classica",
imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg?_wi=5",
},
{
id: "p2",
name: "Porchetta e Funghi",
price: "€12",
variant: "Gourmet",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg?_wi=3",
},
{
id: "p3",
name: "Pachino e Rucola",
price: "€11",
variant: "Veggie",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg?_wi=3",
},
{ id: "p1", name: "Margherita", price: "€8", variant: "Classica", imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg" },
{ id: "p2", name: "Porchetta e Funghi", price: "€12", variant: "Gourmet", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-italian-food-wooden-background_23-2148305677.jpg" },
{ id: "p3", name: "Pachino e Rucola", price: "€11", variant: "Veggie", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-assortment_23-2148949102.jpg" }
]}
title="Menu Highlights"
description="Le nostre pizze preferite"
@@ -244,26 +102,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Dine-in",
description: "Atmosfera accogliente per le tue serate.",
buttonIcon: "Utensils",
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg?_wi=5",
imageAlt: "authentic roman pizza wood oven",
title: "Dine-in", description: "Atmosfera accogliente per le tue serate.", buttonIcon: Utensils,
imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg", imageAlt: "authentic roman pizza wood oven"
},
{
title: "Asporto",
description: "Pizza calda pronta al volo.",
buttonIcon: "ShoppingBag",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-pizza_23-2151231301.jpg?_wi=3",
imageAlt: "happy customer eating pizza",
title: "Asporto", description: "Pizza calda pronta al volo.", buttonIcon: ShoppingBag,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-eating-pizza_23-2151231301.jpg", imageAlt: "happy customer eating pizza"
},
{
title: "Consegna",
description: "Direttamente a casa tua.",
buttonIcon: "Bike",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg?_wi=2",
imageAlt: "smiling group restaurant dinner",
},
title: "Consegna", description: "Direttamente a casa tua.", buttonIcon: Bike,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg", imageAlt: "smiling group restaurant dinner"
}
]}
title="I Nostri Servizi"
description="Scegli come gustare la tua pizza preferita."
@@ -276,20 +125,11 @@ export default function LandingPage() {
title="Perché Sceglierci"
description="Da Marcello è sinonimo di qualità e tradizione sul litorale."
metrics={[
{
value: "100%",
title: "Qualità",
},
{
value: "584+",
title: "Recensioni",
},
{
value: "15+",
title: "Anni d'esperienza",
},
{ value: "100%", title: "Qualità" },
{ value: "584+", title: "Recensioni" },
{ value: "15+", title: "Anni d'esperienza" }
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg?_wi=6"
imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
/>
@@ -299,15 +139,7 @@ export default function LandingPage() {
<SocialProofOne
textboxLayout="default"
useInvertedBackground={true}
names={[
"Pizza",
"Fritti",
"Ambiente",
"Supplì",
"Oven",
"Dettaglio",
"Servizio",
]}
names={["Pizza", "Fritti", "Ambiente", "Supplì", "Oven", "Dettaglio", "Servizio"]}
title="La Nostra Atmosfera"
description="Immagini della nostra cucina e del locale."
/>
@@ -316,9 +148,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Prenotazioni"
title="Prenota ora"
description="Via Romana 136, Nettuno | 06 980 5330"
@@ -332,31 +162,17 @@ export default function LandingPage() {
logoText="Da Marcello"
columns={[
{
title: "Links",
items: [
{
label: "Menu",
href: "#menu",
},
{
label: "Prenotazioni",
href: "#contact",
},
],
title: "Links", items: [
{ label: "Menu", href: "#menu" },
{ label: "Prenotazioni", href: "#contact" }
]
},
{
title: "Contatti",
items: [
{
label: "06 980 5330",
href: "tel:069805330",
},
{
label: "Via Romana 136, Nettuno",
href: "#",
},
],
},
title: "Contatti", items: [
{ label: "06 980 5330", href: "tel:069805330" },
{ label: "Via Romana 136, Nettuno", href: "#" }
]
}
]}
/>
</div>