Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-05-06 12:41:18 +00:00
4 changed files with 83 additions and 398 deletions

View File

@@ -14,27 +14,22 @@ export default function LandingPage() {
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
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">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Servizi",
id: "/servizi",
},
{
name: "Blog & Attestati",
id: "/blog",
},
{
name: "Contatti",
id: "/contatti",
},
{ name: "Home", id: "/" },
{ name: "Servizi", id: "/servizi" },
{ name: "Blog & Attestati", id: "/blog" },
{ name: "Contatti", id: "/contatti" },
]}
brandName="BIO NATURALMED"
/>
@@ -47,46 +42,11 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Anna Rossi",
role: "Cliente",
company: "BIO NATURALMED",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184347.jpg",
},
{
id: "2",
name: "Marco Verdi",
role: "Cliente",
company: "BIO NATURALMED",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hostess-latino-hair-salon_23-2150555152.jpg",
},
{
id: "3",
name: "Sara Bianchi",
role: "Cliente",
company: "BIO NATURALMED",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-women-communicating-with-each-other-by-using-sign-language_23-2148681047.jpg",
},
{
id: "4",
name: "Luca Neri",
role: "Cliente",
company: "BIO NATURALMED",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-manicure_23-2150507012.jpg",
},
{
id: "5",
name: "Giulia Blu",
role: "Cliente",
company: "BIO NATURALMED",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg",
},
{ id: "1", name: "Anna Rossi", role: "Cliente", company: "BIO NATURALMED", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184347.jpg" },
{ id: "2", name: "Marco Verdi", role: "Cliente", company: "BIO NATURALMED", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hostess-latino-hair-salon_23-2150555152.jpg" },
{ id: "3", name: "Sara Bianchi", role: "Cliente", company: "BIO NATURALMED", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/two-women-communicating-with-each-other-by-using-sign-language_23-2148681047.jpg" },
{ id: "4", name: "Luca Neri", role: "Cliente", company: "BIO NATURALMED", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-women-getting-manicure_23-2150507012.jpg" },
{ id: "5", name: "Giulia Blu", role: "Cliente", company: "BIO NATURALMED", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg" }
]}
title="Cosa Dicono di Noi"
description="L'esperienza di chi ha già intrapreso un percorso di salute con BIO NATURALMED."
@@ -101,16 +61,7 @@ export default function LandingPage() {
title="Ultimi Articoli"
description="Leggi i consigli del nostro team."
blogs={[
{
id: "ba1",
category: "Mindfulness",
title: "L'arte della meditazione",
excerpt: "Come ritrovare il centro.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meditation-session_23-2148835434.jpg?_wi=2",
authorName: "Elena Bianchi",
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg",
date: "05 Nov 2024",
},
{ id: "ba1", category: "Mindfulness", title: "L'arte della meditazione", excerpt: "Come ritrovare il centro.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meditation-session_23-2148835434.jpg", authorName: "Elena Bianchi", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-healthy-woman-bathrobe-posing-camera-indoors_1153-8644.jpg", date: "05 Nov 2024" }
]}
/>
</div>
@@ -122,17 +73,7 @@ export default function LandingPage() {
title="Storie di Guarigione"
description="Clienti che hanno ritrovato l'equilibrio."
testimonials={[
{
id: "t1",
name: "Giulia",
date: "Set 2024",
title: "Un nuovo inizio",
quote: "Grazie all'approccio di BIO NATURALMED mi sento finalmente rinata.",
tag: "Posturale",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-composition_23-2148997005.jpg?_wi=2",
imageAlt: "Smiling face of African American girl looking away",
},
{ id: "t1", name: "Giulia", date: "Set 2024", title: "Un nuovo inizio", quote: "Grazie all'approccio di BIO NATURALMED mi sento finalmente rinata.", tag: "Posturale", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-composition_23-2148997005.jpg", imageAlt: "Smiling face of African American girl looking away" }
]}
/>
</div>
@@ -141,40 +82,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="BIO NATURALMED"
columns={[
{
title: "Servizi",
items: [
{
label: "Naturopatia",
href: "/servizi",
},
{
label: "Posturale",
href: "/servizi",
},
{
label: "Trattamenti Olistici",
href: "/servizi",
},
],
},
{
title: "Info",
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contatti",
href: "/contatti",
},
{
label: "Privacy Policy",
href: "/privacy",
},
],
},
{ title: "Servizi", items: [{ label: "Naturopatia", href: "/servizi" }, { label: "Posturale", href: "/servizi" }, { label: "Trattamenti Olistici", href: "/servizi" }] },
{ title: "Info", items: [{ label: "Blog", href: "/blog" }, { label: "Contatti", href: "/contatti" }, { label: "Privacy Policy", href: "/privacy" }] }
]}
/>
</div>

View File

@@ -13,27 +13,22 @@ export default function LandingPage() {
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
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">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Servizi",
id: "/servizi",
},
{
name: "Blog & Attestati",
id: "/blog",
},
{
name: "Contatti",
id: "/contatti",
},
{ name: "Home", id: "/" },
{ name: "Servizi", id: "/servizi" },
{ name: "Blog & Attestati", id: "/blog" },
{ name: "Contatti", id: "/contatti" },
]}
brandName="BIO NATURALMED"
/>
@@ -42,9 +37,7 @@ export default function LandingPage() {
<div id="contact-section" data-section="contact-section">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contatti"
title="Prenota la tua seduta"
description="Siamo pronti ad accoglierti nel nostro centro. Scrivici per maggiori informazioni o per fissare un primo appuntamento."
@@ -54,9 +47,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Dove Siamo"
title="Vieni a trovarci"
description="Siamo in Via del Benessere 1, Roma. Ti aspettiamo nel nostro studio immerso nel verde."
@@ -69,12 +60,8 @@ export default function LandingPage() {
title="Termini di Servizio"
sections={[
{
heading: "Politica di cancellazione",
content: {
type: "paragraph",
text: "Le disdette devono avvenire entro 24 ore dalla seduta.",
},
},
heading: "Politica di cancellazione", content: { type: "paragraph", text: "Le disdette devono avvenire entro 24 ore dalla seduta." }
}
]}
/>
</div>
@@ -83,40 +70,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="BIO NATURALMED"
columns={[
{
title: "Servizi",
items: [
{
label: "Naturopatia",
href: "/servizi",
},
{
label: "Posturale",
href: "/servizi",
},
{
label: "Trattamenti Olistici",
href: "/servizi",
},
],
},
{
title: "Info",
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contatti",
href: "/contatti",
},
{
label: "Privacy Policy",
href: "/privacy",
},
],
},
{ title: "Servizi", items: [{ label: "Naturopatia", href: "/servizi" }, { label: "Posturale", href: "/servizi" }, { label: "Trattamenti Olistici", href: "/servizi" }] },
{ title: "Info", items: [{ label: "Blog", href: "/blog" }, { label: "Contatti", href: "/contatti" }, { label: "Privacy Policy", href: "/privacy" }] }
]}
/>
</div>

View File

@@ -16,27 +16,22 @@ export default function LandingPage() {
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
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">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Servizi",
id: "/servizi",
},
{
name: "Blog & Attestati",
id: "/blog",
},
{
name: "Contatti",
id: "/contatti",
},
{ name: "Home", id: "/" },
{ name: "Servizi", id: "/servizi" },
{ name: "Blog & Attestati", id: "/blog" },
{ name: "Contatti", id: "/contatti" },
]}
brandName="BIO NATURALMED"
/>
@@ -44,32 +39,15 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "radial-gradient",
}}
background={{ variant: "radial-gradient" }}
title="Benessere Naturale per il Tuo Equilibrio"
description="BIO NATURALMED: Consulenze naturopatie, ginnastica posturale e trattamenti olistici personalizzati per ritrovare la tua vitalità."
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-composition_23-2148997005.jpg?_wi=1",
imageAlt: "naturopathic healing hands zen",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lettering-chalkboard_23-2147621495.jpg",
imageAlt: "postural exercise therapy yoga",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955799.jpg",
imageAlt: "herbal medicine tea organic",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-flowers-water_23-2147781174.jpg",
imageAlt: "Crop woman with flowers in water",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meditation-session_23-2148835434.jpg?_wi=1",
imageAlt: "Top view meditation session",
},
{ imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-composition_23-2148997005.jpg", imageAlt: "naturopathic healing hands zen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lettering-chalkboard_23-2147621495.jpg", imageAlt: "postural exercise therapy yoga" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-composition-natural-argan-product_23-2148955799.jpg", imageAlt: "herbal medicine tea organic" },
{ imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-flowers-water_23-2147781174.jpg", imageAlt: "Crop woman with flowers in water" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-meditation-session_23-2148835434.jpg", imageAlt: "Top view meditation session" }
]}
mediaAnimation="slide-up"
/>
@@ -81,14 +59,8 @@ export default function LandingPage() {
title="La Nostra Filosofia"
description="Crediamo nell'integrazione tra corpo e mente, guidando i nostri pazienti verso una guarigione consapevole attraverso un approccio olistico e naturale."
metrics={[
{
value: "10+",
title: "Anni di Esperienza",
},
{
value: "500+",
title: "Clienti Felici",
},
{ value: "10+", title: "Anni di Esperienza" },
{ value: "500+", title: "Clienti Felici" }
]}
imageSrc="http://img.b2bpic.net/free-photo/women-home-having-tarot-card-reading_52683-110687.jpg"
mediaAnimation="slide-up"
@@ -104,29 +76,8 @@ export default function LandingPage() {
title="I Nostri Percorsi"
description="Scegli il percorso di benessere più adatto alle tue esigenze."
plans={[
{
id: "p1",
badge: "Base",
price: "60€",
subtitle: "Consultazione iniziale",
features: [
"Analisi anamnestica",
"Piano di integrazione",
"Supporto email",
],
},
{
id: "p2",
badge: "Premium",
price: "180€",
subtitle: "Percorso mensile",
features: [
"3 sedute mensili",
"Programma alimentare",
"Ginnastica correttiva",
"Monitoraggio costante",
],
},
{ id: "p1", badge: "Base", price: "60€", subtitle: "Consultazione iniziale", features: ["Analisi anamnestica", "Piano di integrazione", "Supporto email"] },
{ id: "p2", badge: "Premium", price: "180€", subtitle: "Percorso mensile", features: ["3 sedute mensili", "Programma alimentare", "Ginnastica correttiva", "Monitoraggio costante"] }
]}
/>
</div>
@@ -139,16 +90,8 @@ export default function LandingPage() {
memberVariant="card"
membersAnimation="slide-up"
members={[
{
id: "m1",
name: "Dr.ssa Elena Bianchi",
imageSrc: "http://img.b2bpic.net/free-photo/rear-view-unrecognizable-young-male-candidate-having-job-interview-with-confident-middle-aged-gray-haired-woman-recruiter-who-is-holding-pencil-calculator-telling-him-about-desired-position_344912-1904.jpg",
},
{
id: "m2",
name: "Dott. Marco Sereni",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-working-together_23-2150062331.jpg",
},
{ id: "m1", name: "Dr.ssa Elena Bianchi", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-unrecognizable-young-male-candidate-having-job-interview-with-confident-middle-aged-gray-haired-woman-recruiter-who-is-holding-pencil-calculator-telling-him-about-desired-position_344912-1904.jpg" },
{ id: "m2", name: "Dott. Marco Sereni", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-working-together_23-2150062331.jpg" }
]}
/>
</div>
@@ -161,26 +104,8 @@ export default function LandingPage() {
title="Dal Nostro Blog"
description="Approfondimenti sul mondo della naturopatia e del benessere naturale."
blogs={[
{
id: "b1",
category: "Naturopatia",
title: "I benefici degli oli naturali",
excerpt: "Scopri come integrare gli oli essenziali nella tua routine.",
imageSrc: "http://img.b2bpic.net/free-photo/weed-leaves-oil-product-still-life_23-2151651097.jpg",
authorName: "Elena Bianchi",
authorAvatar: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
date: "10 Ott 2024",
},
{
id: "b2",
category: "Lifestyle",
title: "Routine per una postura corretta",
excerpt: "Piccoli esercizi per migliorare la tua salute quotidiana.",
imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-client-stretching-arms_23-2148795209.jpg",
authorName: "Marco Sereni",
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg",
date: "15 Ott 2024",
},
{ id: "b1", category: "Naturopatia", title: "I benefici degli oli naturali", excerpt: "Scopri come integrare gli oli essenziali nella tua routine.", imageSrc: "http://img.b2bpic.net/free-photo/weed-leaves-oil-product-still-life_23-2151651097.jpg", authorName: "Elena Bianchi", authorAvatar: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", date: "10 Ott 2024" },
{ id: "b2", category: "Lifestyle", title: "Routine per una postura corretta", excerpt: "Piccoli esercizi per migliorare la tua salute quotidiana.", imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-client-stretching-arms_23-2148795209.jpg", authorName: "Marco Sereni", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg", date: "15 Ott 2024" }
]}
/>
</div>
@@ -189,40 +114,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="BIO NATURALMED"
columns={[
{
title: "Servizi",
items: [
{
label: "Naturopatia",
href: "/servizi",
},
{
label: "Posturale",
href: "/servizi",
},
{
label: "Trattamenti Olistici",
href: "/servizi",
},
],
},
{
title: "Info",
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contatti",
href: "/contatti",
},
{
label: "Privacy Policy",
href: "/privacy",
},
],
},
{ title: "Servizi", items: [{ label: "Naturopatia", href: "/servizi" }, { label: "Posturale", href: "/servizi" }, { label: "Trattamenti Olistici", href: "/servizi" }] },
{ title: "Info", items: [{ label: "Blog", href: "/blog" }, { label: "Contatti", href: "/contatti" }, { label: "Privacy Policy", href: "/privacy" }] }
]}
/>
</div>

View File

@@ -14,27 +14,22 @@ export default function LandingPage() {
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
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">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Servizi",
id: "/servizi",
},
{
name: "Blog & Attestati",
id: "/blog",
},
{
name: "Contatti",
id: "/contatti",
},
{ name: "Home", id: "/" },
{ name: "Servizi", id: "/servizi" },
{ name: "Blog & Attestati", id: "/blog" },
{ name: "Contatti", id: "/contatti" },
]}
brandName="BIO NATURALMED"
/>
@@ -46,27 +41,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "1",
title: "Consulenze Naturopatiche",
description: "Analisi del terreno biologico e protocolli di cura naturale personalizzati.",
tag: "Naturopatia",
imageSrc: "http://img.b2bpic.net/free-photo/friends-preparing-mate-side-view_23-2149860509.jpg",
},
{
id: "2",
title: "Ginnastica Posturale",
description: "Rieducazione motoria per correggere squilibri e alleviare le tensioni.",
tag: "Movimento",
imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-client-working-indoors_23-2148795211.jpg",
},
{
id: "3",
title: "Massaggio Olistico",
description: "Trattamenti rilassanti e rigeneranti per corpo e mente.",
tag: "Benessere",
imageSrc: "http://img.b2bpic.net/free-photo/massage-with-four-hands-concept-healthcare-female-beauty-two-masseuses-make-double-massage-girl-woman-spa-salon_1157-44663.jpg",
},
{ id: "1", title: "Consulenze Naturopatiche", description: "Analisi del terreno biologico e protocolli di cura naturale personalizzati.", tag: "Naturopatia", imageSrc: "http://img.b2bpic.net/free-photo/friends-preparing-mate-side-view_23-2149860509.jpg" },
{ id: "2", title: "Ginnastica Posturale", description: "Rieducazione motoria per correggere squilibri e alleviare le tensioni.", tag: "Movimento", imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-client-working-indoors_23-2148795211.jpg" },
{ id: "3", title: "Massaggio Olistico", description: "Trattamenti rilassanti e rigeneranti per corpo e mente.", tag: "Benessere", imageSrc: "http://img.b2bpic.net/free-photo/massage-with-four-hands-concept-healthcare-female-beauty-two-masseuses-make-double-massage-girl-woman-spa-salon_1157-44663.jpg" }
]}
title="I Nostri Servizi"
description="Percorsi personalizzati per il ripristino dell'equilibrio naturale della tua salute."
@@ -81,16 +58,8 @@ export default function LandingPage() {
title="Come lavoriamo"
description="Un percorso in 3 step per il tuo benessere."
features={[
{
title: "Analisi",
description: "Valutazione dello stato di salute.",
imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-client-high-view_23-2148795213.jpg",
},
{
title: "Piano",
description: "Strategia personalizzata.",
imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-client_23-2148795214.jpg",
},
{ title: "Analisi", description: "Valutazione dello stato di salute.", imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-client-high-view_23-2148795213.jpg" },
{ title: "Piano", description: "Strategia personalizzata.", imageSrc: "http://img.b2bpic.net/free-photo/female-personal-trainer-client_23-2148795214.jpg" }
]}
/>
</div>
@@ -103,16 +72,7 @@ export default function LandingPage() {
title="Prezzi Sedute"
description="Trasparenza e qualità."
plans={[
{
id: "s1",
badge: "Singola",
price: "70€",
subtitle: "Sessione standard",
features: [
"Consulenza",
"Follow-up",
],
},
{ id: "s1", badge: "Singola", price: "70€", subtitle: "Sessione standard", features: ["Consulenza", "Follow-up"] }
]}
/>
</div>
@@ -121,40 +81,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="BIO NATURALMED"
columns={[
{
title: "Servizi",
items: [
{
label: "Naturopatia",
href: "/servizi",
},
{
label: "Posturale",
href: "/servizi",
},
{
label: "Trattamenti Olistici",
href: "/servizi",
},
],
},
{
title: "Info",
items: [
{
label: "Blog",
href: "/blog",
},
{
label: "Contatti",
href: "/contatti",
},
{
label: "Privacy Policy",
href: "/privacy",
},
],
},
{ title: "Servizi", items: [{ label: "Naturopatia", href: "/servizi" }, { label: "Posturale", href: "/servizi" }, { label: "Trattamenti Olistici", href: "/servizi" }] },
{ title: "Info", items: [{ label: "Blog", href: "/blog" }, { label: "Contatti", href: "/contatti" }, { label: "Privacy Policy", href: "/privacy" }] }
]}
/>
</div>