Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6dfa2f1f3 |
241
src/app/page.tsx
241
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Storia",
|
name: "Storia", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Organigramma",
|
name: "Organigramma", id: "team"},
|
||||||
id: "team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Impianti",
|
name: "Impianti", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contatti",
|
name: "Contatti", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="A.C.D. Cadidavid"
|
brandName="A.C.D. Cadidavid"
|
||||||
/>
|
/>
|
||||||
@@ -62,39 +52,23 @@ export default function LandingPage() {
|
|||||||
description="Affiliati F.I.G.C. dal 1932. Scuola calcio riconosciuta, passione biancoblù, tradizione e futuro per i nostri giovani talenti."
|
description="Affiliati F.I.G.C. dal 1932. Scuola calcio riconosciuta, passione biancoblù, tradizione e futuro per i nostri giovani talenti."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Scopri la Storia",
|
text: "Scopri la Storia", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Contattaci",
|
text: "Contattaci", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
slides={[
|
slides={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/soccer-stadium-full-people_23-2151548595.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/soccer-stadium-full-people_23-2151548595.jpg", imageAlt: "Campo sportivo A.C.D. Cadidavid"},
|
||||||
imageAlt: "Campo sportivo A.C.D. Cadidavid",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/green-grass-sports-field-boundary-line_84443-73902.jpg", imageAlt: "Squadra biancoblù"},
|
||||||
imageAlt: "Squadra biancoblù",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-artificial-grass-soccer-field-background-texture_1150-21685.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/top-view-artificial-grass-soccer-field-background-texture_1150-21685.jpg", imageAlt: "Attività scuola calcio"},
|
||||||
imageAlt: "Attività scuola calcio",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/green-grass_74190-1531.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/green-grass_74190-1531.jpg", imageAlt: "Memorial giovanile"},
|
||||||
imageAlt: "Memorial giovanile",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/artificial-grass_1122-1113.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/artificial-grass_1122-1113.jpg", imageAlt: "Impianti sportivi"},
|
||||||
imageAlt: "Impianti sportivi",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563041.jpg",
|
imageSrc: "http://img.b2bpic.net/free-photo/view-empty-soccer-stadium-with-fantasy-dreamy-sky_23-2151563041.jpg", imageAlt: "Passione sportiva"},
|
||||||
imageAlt: "Passione sportiva",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -104,14 +78,10 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Un Secolo di Passione"
|
title="Un Secolo di Passione"
|
||||||
description={[
|
description={[
|
||||||
"Dal 1932 portiamo avanti il calcio a Cadidavid con orgoglio. Una storia ricca di successi, promozioni e una crescita costante, basata sui nostri colori biancoblù.",
|
"Dal 1932 portiamo avanti il calcio a Cadidavid con orgoglio. Una storia ricca di successi, promozioni e una crescita costante, basata sui nostri colori biancoblù.", "La nostra missione è crescere atleti e cittadini esemplari, educando attraverso lo sport e il rispetto reciproco, come testimoniato dalla nostra lunga affiliazione FIGC."]}
|
||||||
"La nostra missione è crescere atleti e cittadini esemplari, educando attraverso lo sport e il rispetto reciproco, come testimoniato dalla nostra lunga affiliazione FIGC.",
|
|
||||||
]}
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Leggi la cronistoria",
|
text: "Scopri i nostri valori", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -123,40 +93,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "1932", title: "Anno Affiliazione", description: "Fondata la tradizione biancoblù", imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-wales_187299-31178.jpg"},
|
||||||
value: "1932",
|
|
||||||
title: "Anno Affiliazione",
|
|
||||||
description: "Fondata la tradizione biancoblù",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spain-vs-wales_187299-31178.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "1986", title: "Scuola Calcio Riconosciuta", description: "Qualità formativa da quasi 40 anni", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soccer-field-illustration_23-2151539718.jpg"},
|
||||||
value: "1986",
|
|
||||||
title: "Scuola Calcio Riconosciuta",
|
|
||||||
description: "Qualità formativa da quasi 40 anni",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-soccer-field-illustration_23-2151539718.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "15+", title: "Categorie Giovanili", description: "Dal 2006 al 2019", imageSrc: "http://img.b2bpic.net/free-photo/football-concept-composition_23-2147832074.jpg"},
|
||||||
value: "15+",
|
|
||||||
title: "Categorie Giovanili",
|
|
||||||
description: "Dal 2006 al 2019",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/football-concept-composition_23-2147832074.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "3", title: "Centri Sportivi", description: "Strutture di proprietà", imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-spain_187299-32298.jpg"},
|
||||||
value: "3",
|
|
||||||
title: "Centri Sportivi",
|
|
||||||
description: "Strutture di proprietà",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-spain_187299-32298.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m5",
|
id: "m5", value: "90+", title: "Anni di Storia", description: "Passione ininterrotta", imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-switzerland_187299-32301.jpg"},
|
||||||
value: "90+",
|
|
||||||
title: "Anni di Storia",
|
|
||||||
description: "Passione ininterrotta",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-switzerland_187299-32301.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="I Nostri Numeri"
|
title="I Nostri Numeri"
|
||||||
description="Una realtà consolidata, punto di riferimento per il territorio e per le famiglie veronesi."
|
description="Una realtà consolidata, punto di riferimento per il territorio e per le famiglie veronesi."
|
||||||
@@ -171,30 +116,15 @@ export default function LandingPage() {
|
|||||||
membersAnimation="slide-up"
|
membersAnimation="slide-up"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Ermanno Dosso", imageSrc: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9888.jpg"},
|
||||||
name: "Ermanno Dosso",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/brutal-athletic-male-vogue-model-dressed-white-shirt-grey-background_613910-9888.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Massimo De Luca", imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684365.jpg"},
|
||||||
name: "Massimo De Luca",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/kids-playing-football-supervised-by-football-trainer_23-2149684365.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Adelino Biondani", imageSrc: "http://img.b2bpic.net/free-photo/man-posing-indoors-climbing-arena_23-2150461843.jpg"},
|
||||||
name: "Adelino Biondani",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-posing-indoors-climbing-arena_23-2150461843.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Claudio Marana", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg"},
|
||||||
name: "Claudio Marana",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-with-football-ball_23-2148867378.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Direttore Sportivo", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-sitting-armchair_23-2148130337.jpg"},
|
||||||
name: "Direttore Sportivo",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-sitting-armchair_23-2148130337.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
memberVariant="card"
|
memberVariant="card"
|
||||||
/>
|
/>
|
||||||
@@ -206,30 +136,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Impianto S. Sega",
|
title: "Impianto S. Sega", description: "Via D. Turazza: 1 campo a 11 in erba, 2 a 5 sintetici, 1 a 7 sintetico.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-urban-landscape-architecture_23-2151065731.jpg"},
|
||||||
description: "Via D. Turazza: 1 campo a 11 in erba, 2 a 5 sintetici, 1 a 7 sintetico.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-art-with-urban-landscape-architecture_23-2151065731.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Campo A. Guglielmi",
|
title: "Campo A. Guglielmi", description: "Via Selenia: 1 campo a 11 in erba, 1 campo a 5 naturale.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-football-field_23-2151982440.jpg"},
|
||||||
description: "Via Selenia: 1 campo a 11 in erba, 1 campo a 5 naturale.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-football-field_23-2151982440.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Training Center C. Vicentini",
|
title: "Training Center C. Vicentini", description: "Via Saturno: campo a 11 in erba naturale per la preparazione.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668571.jpg"},
|
||||||
description: "Via Saturno: campo a 11 in erba naturale per la preparazione.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668571.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Club House",
|
title: "Club House", description: "Spazi dedicati alla vita sociale e alla segreteria.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668570.jpg"},
|
||||||
description: "Spazi dedicati alla vita sociale e alla segreteria.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-grass-field-hockey_23-2149668570.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Area Meditazione",
|
title: "Area Meditazione", description: "Nuove aree verdi dedicate al relax.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-friends-playing-soccer_23-2150338682.jpg"},
|
||||||
description: "Nuove aree verdi dedicate al relax.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-friends-playing-soccer_23-2150338682.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Le Nostre Strutture"
|
title="Le Nostre Strutture"
|
||||||
description="Disponiamo di impianti all'avanguardia per garantire il massimo comfort ai nostri atleti durante gli allenamenti e le gare."
|
description="Disponiamo di impianti all'avanguardia per garantire il massimo comfort ai nostri atleti durante gli allenamenti e le gare."
|
||||||
@@ -242,30 +157,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Come posso iscrivermi alla scuola calcio?", content: "Contatta la segreteria tramite il modulo presente nel sito per ricevere tutte le informazioni."},
|
||||||
title: "Come posso iscrivermi alla scuola calcio?",
|
|
||||||
content: "Contatta la segreteria tramite il modulo presente nel sito per ricevere tutte le informazioni.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Quali categorie giovanili sono attive?", content: "Abbiamo categorie attive dalla Juniores fino ai Piccoli Amici (anni 2006-2019)."},
|
||||||
title: "Quali categorie giovanili sono attive?",
|
|
||||||
content: "Abbiamo categorie attive dalla Juniores fino ai Piccoli Amici (anni 2006-2019).",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Dove si svolgono gli allenamenti?", content: "Gli allenamenti si dividono tra i nostri tre centri sportivi a Ca’ di David e Sacra Famiglia."},
|
||||||
title: "Dove si svolgono gli allenamenti?",
|
|
||||||
content: "Gli allenamenti si dividono tra i nostri tre centri sportivi a Ca’ di David e Sacra Famiglia.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Come si diventa volontari?", content: "Siamo sempre felici di accogliere nuove persone, inviaci un messaggio dalla pagina contatti."},
|
||||||
title: "Come si diventa volontari?",
|
|
||||||
content: "Siamo sempre felici di accogliere nuove persone, inviaci un messaggio dalla pagina contatti.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f5",
|
id: "f5", title: "Esistono agevolazioni?", content: "Offriamo diverse agevolazioni per le famiglie con più iscritti."},
|
||||||
title: "Esistono agevolazioni?",
|
|
||||||
content: "Offriamo diverse agevolazioni per le famiglie con più iscritti.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-whiteboard-ball-net_23-2147827758.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-whiteboard-ball-net_23-2147827758.jpg"
|
||||||
title="Domande Frequenti"
|
title="Domande Frequenti"
|
||||||
@@ -279,30 +179,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Marco V.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-african-american-young-man-standing-thinking-outdoors_171337-15954.jpg"},
|
||||||
name: "Marco V.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-african-american-young-man-standing-thinking-outdoors_171337-15954.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Giulia R.", imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-arms-crossed_23-2147644391.jpg"},
|
||||||
name: "Giulia R.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-with-arms-crossed_23-2147644391.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Luca S.", imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-man-white-shirt-with-headband-holding-smartphone-raising-fist-happy-excited-standing-olive-background_141793-54391.jpg"},
|
||||||
name: "Luca S.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-man-white-shirt-with-headband-holding-smartphone-raising-fist-happy-excited-standing-olive-background_141793-54391.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Anna P.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-football_23-2148631497.jpg"},
|
||||||
name: "Anna P.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-football_23-2148631497.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Stefano M.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-with-kid_23-2149001396.jpg"},
|
||||||
name: "Stefano M.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-family-with-kid_23-2149001396.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
cardTitle="La Nostra Community"
|
cardTitle="La Nostra Community"
|
||||||
cardTag="Opinioni"
|
cardTag="Opinioni"
|
||||||
@@ -317,22 +202,14 @@ export default function LandingPage() {
|
|||||||
description="Hai domande o vuoi entrare a far parte della nostra famiglia biancoblù? Inviaci un messaggio."
|
description="Hai domande o vuoi entrare a far parte della nostra famiglia biancoblù? Inviaci un messaggio."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Il tuo nome", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Il tuo nome",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "La tua email", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "La tua email",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Come possiamo aiutarti?", rows: 4,
|
||||||
placeholder: "Come possiamo aiutarti?",
|
|
||||||
rows: 4,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827734.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827734.jpg"
|
||||||
@@ -345,45 +222,29 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Storia",
|
label: "Storia", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Organigramma",
|
label: "Organigramma", href: "#team"},
|
||||||
href: "#team",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Impianti",
|
label: "Impianti", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Facebook",
|
label: "Facebook", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Instagram",
|
label: "Instagram", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "TikTok",
|
label: "TikTok", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contatti",
|
label: "Contatti", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user