Merge version_1 into main #1
501
src/app/page.tsx
501
src/app/page.tsx
@@ -21,369 +21,168 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Degustazione",
|
||||
id: "concept",
|
||||
},
|
||||
{
|
||||
name: "Impasti",
|
||||
id: "impasti",
|
||||
},
|
||||
{
|
||||
name: "Sedi",
|
||||
id: "sedi",
|
||||
},
|
||||
{
|
||||
name: "Prenota",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Mangia Mangia"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Degustazione", id: "concept" },
|
||||
{ name: "Impasti", id: "impasti" },
|
||||
{ name: "Sedi", id: "sedi" },
|
||||
{ name: "Prenota", id: "contact" }
|
||||
]}
|
||||
brandName="Mangia Mangia"
|
||||
button={{ text: "Prenota Ora", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
title="La pizza come non l'hai mai vissuta."
|
||||
description="Un'esperienza gastronomica no-stop. Dagli impasti colorati alle creazioni gourmet, ti aspettiamo per l'effetto WOW."
|
||||
buttons={[
|
||||
{
|
||||
text: "Prenota il tuo tavolo",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Scopri la degustazione",
|
||||
href: "#concept",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-pizza-arrangement_23-2150134256.jpg"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="La pizza come non l'hai mai vissuta."
|
||||
description="Un'esperienza gastronomica no-stop. Dagli impasti colorati alle creazioni gourmet, ti aspettiamo per l'effetto WOW."
|
||||
buttons={[
|
||||
{ text: "Prenota il tuo tavolo", href: "#contact" },
|
||||
{ text: "Scopri la degustazione", href: "#concept" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-delicious-pizza-arrangement_23-2150134256.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="concept" data-section="concept">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Non un giro pizza. Un'esperienza."
|
||||
buttons={[
|
||||
{
|
||||
text: "Scopri il percorso",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="concept" data-section="concept">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Non un giro pizza. Un'esperienza."
|
||||
buttons={[{ text: "Scopri il percorso" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="impasti" data-section="impasti">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Integrale",
|
||||
description: "Ricco di fibre e nutrienti.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-mushed-potatoes-garlic-brown-wooden-desk-spicy-pepper-ripe-potato-food_140725-99376.jpg",
|
||||
},
|
||||
{
|
||||
title: "Carbone Vegetale",
|
||||
description: "Nero intenso, gusto unico.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dough-oil-cheese-tomatoes-eggs-greens-grey-wooden-surface_176420-6791.jpg",
|
||||
},
|
||||
{
|
||||
title: "Spirulina",
|
||||
description: "Verde brillante, proprietà naturali.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-raw-pastry-set-various-foods-grater-ice-background_140725-158989.jpg",
|
||||
},
|
||||
]}
|
||||
title="Ogni impasto è un universo"
|
||||
description="Scopri la nostra selezione di 7 impasti colorati, leggeri e altamente digeribili."
|
||||
/>
|
||||
</div>
|
||||
<div id="impasti" data-section="impasti">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Integrale", description: "Ricco di fibre e nutrienti.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-seasonings-with-mushed-potatoes-garlic-brown-wooden-desk-spicy-pepper-ripe-potato-food_140725-99376.jpg" },
|
||||
{ title: "Carbone Vegetale", description: "Nero intenso, gusto unico.", imageSrc: "http://img.b2bpic.net/free-photo/dough-oil-cheese-tomatoes-eggs-greens-grey-wooden-surface_176420-6791.jpg" },
|
||||
{ title: "Spirulina", description: "Verde brillante, proprietà naturali.", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-raw-pastry-set-various-foods-grater-ice-background_140725-158989.jpg" }
|
||||
]}
|
||||
title="Ogni impasto è un universo"
|
||||
description="Scopri la nostra selezione di 7 impasti colorati, leggeri e altamente digeribili."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="prodotti" data-section="prodotti">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Bufalina",
|
||||
price: "Degustazione",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classic-shtrudel-dessert-with-ice-cream-white-plate_93675-135177.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Re Salomone",
|
||||
price: "Degustazione",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/making-homemade-dessert_1084-86.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pizzamisù",
|
||||
price: "Finale Dolce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truffle-pizza-garnished-with-olive-oil_141793-1963.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Portofino",
|
||||
price: "Degustazione",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Stracciacciughe",
|
||||
price: "Degustazione",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-with-kiwis-white-background-dessert-biscuit-sweet_140725-96372.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Zuccata",
|
||||
price: "Degustazione",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-tomatoes-blue-table_114579-14456.jpg",
|
||||
},
|
||||
]}
|
||||
title="Le nostre icone"
|
||||
description="Dalle classiche alle gourmet fino al Pizzamisù firma."
|
||||
/>
|
||||
</div>
|
||||
<div id="prodotti" data-section="prodotti">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Bufalina", price: "Degustazione", imageSrc: "http://img.b2bpic.net/free-photo/classic-shtrudel-dessert-with-ice-cream-white-plate_93675-135177.jpg" },
|
||||
{ id: "2", name: "Re Salomone", price: "Degustazione", imageSrc: "http://img.b2bpic.net/free-photo/making-homemade-dessert_1084-86.jpg" },
|
||||
{ id: "3", name: "Pizzamisù", price: "Finale Dolce", imageSrc: "http://img.b2bpic.net/free-photo/truffle-pizza-garnished-with-olive-oil_141793-1963.jpg" },
|
||||
{ id: "4", name: "Portofino", price: "Degustazione", imageSrc: "http://img.b2bpic.net/free-photo/assorted-meat-pizza-with-jamon-olives_501050-786.jpg" },
|
||||
{ id: "5", name: "Stracciacciughe", price: "Degustazione", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-dessert-with-kiwis-white-background-dessert-biscuit-sweet_140725-96372.jpg" },
|
||||
{ id: "6", name: "Zuccata", price: "Degustazione", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hot-pizza-with-olives-tomatoes-blue-table_114579-14456.jpg" }
|
||||
]}
|
||||
title="Le nostre icone"
|
||||
description="Dalle classiche alle gourmet fino al Pizzamisù firma."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="promo" data-section="promo">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Lunedì",
|
||||
price: "PINK",
|
||||
period: "Pizza Lovers",
|
||||
description: "Calice di bollicine offerto a tutte le donne.",
|
||||
button: {
|
||||
text: "Prenota",
|
||||
},
|
||||
featuresTitle: "Dettagli",
|
||||
features: [
|
||||
"Calice omaggio",
|
||||
"Serata tematica",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Martedì",
|
||||
price: "SENIOR",
|
||||
period: "Pizza Lovers",
|
||||
description: "Degustazione salata + dolce a 15€.",
|
||||
button: {
|
||||
text: "Prenota",
|
||||
},
|
||||
featuresTitle: "Dettagli",
|
||||
features: [
|
||||
"Over 65",
|
||||
"Prezzo dedicato",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
tag: "Mercoledì",
|
||||
price: "BEER",
|
||||
period: "Happy Hour",
|
||||
description: "Birra media al prezzo della piccola.",
|
||||
button: {
|
||||
text: "Prenota",
|
||||
},
|
||||
featuresTitle: "Dettagli",
|
||||
features: [
|
||||
"Offerta birra",
|
||||
"Pizza Lovers",
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="PizzaLovers Day"
|
||||
description="Ogni sera una sorpresa speciale in tutti i nostri punti vendita."
|
||||
/>
|
||||
</div>
|
||||
<div id="promo" data-section="promo">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "p1", tag: "Lunedì", price: "PINK", period: "Pizza Lovers", description: "Calice di bollicine offerto a tutte le donne.", button: { text: "Prenota" }, featuresTitle: "Dettagli", features: ["Calice omaggio", "Serata tematica"] },
|
||||
{ id: "p2", tag: "Martedì", price: "SENIOR", period: "Pizza Lovers", description: "Degustazione salata + dolce a 15€.", button: { text: "Prenota" }, featuresTitle: "Dettagli", features: ["Over 65", "Prezzo dedicato"] },
|
||||
{ id: "p3", tag: "Mercoledì", price: "BEER", period: "Happy Hour", description: "Birra media al prezzo della piccola.", button: { text: "Prenota" }, featuresTitle: "Dettagli", features: ["Offerta birra", "Pizza Lovers"] }
|
||||
]}
|
||||
title="PizzaLovers Day"
|
||||
description="Ogni sera una sorpresa speciale in tutti i nostri punti vendita."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="sedi" data-section="sedi">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "s1",
|
||||
icon: MapPin,
|
||||
title: "Bussoleno",
|
||||
value: "Via Traforo 16",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
icon: MapPin,
|
||||
title: "Roletto",
|
||||
value: "Via Torino 2",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
icon: MapPin,
|
||||
title: "Rivoli",
|
||||
value: "Viale Dante di Nanni 10",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
icon: MapPin,
|
||||
title: "Torino",
|
||||
value: "Via San Quintino 8",
|
||||
},
|
||||
]}
|
||||
title="4 sedi, una sola passione"
|
||||
description="Siamo presenti nell'area metropolitana di Torino."
|
||||
/>
|
||||
</div>
|
||||
<div id="sedi" data-section="sedi">
|
||||
<MetricCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "s1", icon: MapPin, title: "Bussoleno", value: "Via Traforo 16" },
|
||||
{ id: "s2", icon: MapPin, title: "Roletto", value: "Via Torino 2" },
|
||||
{ id: "s3", icon: MapPin, title: "Rivoli", value: "Viale Dante di Nanni 10" },
|
||||
{ id: "s4", icon: MapPin, title: "Torino", value: "Via San Quintino 8" }
|
||||
]}
|
||||
title="4 sedi, una sola passione"
|
||||
description="Siamo presenti nell'area metropolitana di Torino."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Giulia R.",
|
||||
role: "Pizza Lover",
|
||||
testimonial: "La degustazione è incredibile, impasti super digeribili!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marco V.",
|
||||
role: "Pizza Lover",
|
||||
testimonial: "Il Pizzamisù è la fine del mondo, obbligatorio provarlo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sara B.",
|
||||
role: "Pizza Lover",
|
||||
testimonial: "Ambiente festoso e pizze una più buona dell'altra.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-clicking-photo-burger-from-mobile-phone_1170-741.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Luca D.",
|
||||
role: "Pizza Lover",
|
||||
testimonial: "Ottima scelta di impasti e personale sempre accogliente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-shot-happy-emotive-young-dark-skinned-male-with-afro-hairstyle-wearing-headphones-neck-denim-coat-holding-sandwich-looking-aside-while-being-city-festival_176420-19850.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Elena C.",
|
||||
role: "Pizza Lover",
|
||||
testimonial: "I bambini si divertono e noi mangiamo divinamente.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bakery-cake-casual-edible-sweets-yummy-concept_53876-23012.jpg",
|
||||
},
|
||||
]}
|
||||
title="Cosa dicono i nostri ospiti"
|
||||
description="Esperienze gastronomiche indimenticabili."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Giulia R.", role: "Pizza Lover", testimonial: "La degustazione è incredibile, impasti super digeribili!", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" },
|
||||
{ id: "t2", name: "Marco V.", role: "Pizza Lover", testimonial: "Il Pizzamisù è la fine del mondo, obbligatorio provarlo.", imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg" },
|
||||
{ id: "t3", name: "Sara B.", role: "Pizza Lover", testimonial: "Ambiente festoso e pizze una più buona dell'altra.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-clicking-photo-burger-from-mobile-phone_1170-741.jpg" },
|
||||
{ id: "t4", name: "Luca D.", role: "Pizza Lover", testimonial: "Ottima scelta di impasti e personale sempre accogliente.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-outdoor-shot-happy-emotive-young-dark-skinned-male-with-afro-hairstyle-wearing-headphones-neck-denim-coat-holding-sandwich-looking-aside-while-being-city-festival_176420-19850.jpg" },
|
||||
{ id: "t5", name: "Elena C.", role: "Pizza Lover", testimonial: "I bambini si divertono e noi mangiamo divinamente.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-cake-casual-edible-sweets-yummy-concept_53876-23012.jpg" }
|
||||
]}
|
||||
title="Cosa dicono i nostri ospiti"
|
||||
description="Esperienze gastronomiche indimenticabili."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Cos'è la degustazione no stop?",
|
||||
content: "Un percorso strutturato in cui le pizze arrivano al tavolo in progressione.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Ci sono opzioni vegane?",
|
||||
content: "Sì, abbiamo sempre opzioni dedicate per ogni esigenza alimentare.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "I bambini pagano?",
|
||||
content: "0-6 anni gratis, sono nostri ospiti d'onore!",
|
||||
},
|
||||
]}
|
||||
title="Domande frequenti"
|
||||
description="Tutto quello che devi sapere sulla nostra degustazione."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "f1", title: "Cos'è la degustazione no stop?", content: "Un percorso strutturato in cui le pizze arrivano al tavolo in progressione." },
|
||||
{ id: "f2", title: "Ci sono opzioni vegane?", content: "Sì, abbiamo sempre opzioni dedicate per ogni esigenza alimentare." },
|
||||
{ id: "f3", title: "I bambini pagano?", content: "0-6 anni gratis, sono nostri ospiti d'onore!" }
|
||||
]}
|
||||
title="Domande frequenti"
|
||||
description="Tutto quello che devi sapere sulla nostra degustazione."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Prenotazioni"
|
||||
title="Prenota il tuo tavolo"
|
||||
description="Scegli la tua sede e vivi l'esperienza Mangia Mangia."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Prenotazioni"
|
||||
title="Prenota il tuo tavolo"
|
||||
description="Scegli la tua sede e vivi l'esperienza Mangia Mangia."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Bussoleno",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Roletto",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Rivoli",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Torino",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Prenota online",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Lavora con noi",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Mangia Mangia Pizza Lovers"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Bussoleno", href: "#" }, { label: "Roletto", href: "#" }, { label: "Rivoli", href: "#" }, { label: "Torino", href: "#" }] },
|
||||
{ items: [{ label: "Prenota online", href: "#" }, { label: "Lavora con noi", href: "#" }, { label: "Privacy Policy", href: "#" }] }
|
||||
]}
|
||||
logoText="Mangia Mangia Pizza Lovers"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user