Update src/app/page.tsx
This commit is contained in:
285
src/app/page.tsx
285
src/app/page.tsx
@@ -31,28 +31,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Uomo",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Donna",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Attrezzatura",
|
||||
id: "#products",
|
||||
},
|
||||
{
|
||||
name: "Tecnologia",
|
||||
id: "#tech",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
{ name: "Uomo", id: "#products" },
|
||||
{ name: "Donna", id: "#products" },
|
||||
{ name: "Attrezzatura", id: "#products" },
|
||||
{ name: "Tecnologia", id: "#tech" },
|
||||
{ name: "Blog", id: "#blog" },
|
||||
]}
|
||||
brandName="Idrosport"
|
||||
button={{ text: "Contatti", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,35 +48,15 @@ export default function LandingPage() {
|
||||
description="Oltre il limite dell'acqua. La miglior tecnologia per il tuo nuoto."
|
||||
buttons={[
|
||||
{
|
||||
text: "Scopri la collezione",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Scopri la collezione", href: "#products"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c0mpq3&_wi=1",
|
||||
imageAlt: "swimmer underwater action shot",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rmv8r3",
|
||||
imageAlt: "swimmer underwater action shot",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mnbo87",
|
||||
imageAlt: "swimmer underwater action shot",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g3cmpe",
|
||||
imageAlt: "swimmer underwater action shot",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rirst5",
|
||||
imageAlt: "swimmer underwater action shot",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1lo5y8",
|
||||
imageAlt: "swimmer underwater action shot",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c0mpq3", imageAlt: "swimmer underwater action shot" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rmv8r3", imageAlt: "swimmer underwater action shot" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mnbo87", imageAlt: "swimmer underwater action shot" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g3cmpe", imageAlt: "swimmer underwater action shot" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rirst5", imageAlt: "swimmer underwater action shot" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1lo5y8", imageAlt: "swimmer underwater action shot" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,18 +68,9 @@ export default function LandingPage() {
|
||||
title="Chi Siamo"
|
||||
description="Siamo un gruppo di 4 studenti con la passione per il nuoto. IdroSport nasce come progetto scolastico e si è evoluto in una realtà 100% Made in Italy, offrendo il meglio della tecnologia per nuotatori agonisti e principianti."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Passione Sportiva",
|
||||
description: "Fondato da 4 studenti uniti dall'amore per il nuoto.",
|
||||
},
|
||||
{
|
||||
title: "Made in Italy",
|
||||
description: "Qualità artigianale e tecnologica interamente prodotta in Italia.",
|
||||
},
|
||||
{
|
||||
title: "Sponsor Ufficiali",
|
||||
description: "Partner esclusivi con Arena e TYR per la migliore attrezzatura.",
|
||||
},
|
||||
{ title: "Passione Sportiva", description: "Fondato da 4 studenti uniti dall'amore per il nuoto." },
|
||||
{ title: "Made in Italy", description: "Qualità artigianale e tecnologica interamente prodotta in Italia." },
|
||||
{ title: "Sponsor Ufficiali", description: "Partner esclusivi con Arena e TYR per la migliore attrezzatura." },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3odtig"
|
||||
imageAlt="swimmer underwater action shot"
|
||||
@@ -128,42 +85,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Costume Allenamento Uomo",
|
||||
price: "80 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2te6e&_wi=1",
|
||||
},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Costume Allenamento Donna",
|
||||
price: "100 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1cm7li&_wi=1",
|
||||
},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Costume Gara Uomo",
|
||||
price: "400 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ywz4sk",
|
||||
},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "Costume Gara Donna",
|
||||
price: "500 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bdl2ex",
|
||||
},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "Occhialini Gara",
|
||||
price: "85 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=el9vjd",
|
||||
},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "Pinne",
|
||||
price: "40 €",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=unje21",
|
||||
},
|
||||
{ id: "prod-1", name: "Costume Allenamento Uomo", price: "80 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2te6e" },
|
||||
{ id: "prod-2", name: "Costume Allenamento Donna", price: "100 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1cm7li" },
|
||||
{ id: "prod-3", name: "Costume Gara Uomo", price: "400 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ywz4sk" },
|
||||
{ id: "prod-4", name: "Costume Gara Donna", price: "500 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bdl2ex" },
|
||||
{ id: "prod-5", name: "Occhialini Gara", price: "85 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=el9vjd" },
|
||||
{ id: "prod-6", name: "Pinne", price: "40 €", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=unje21" },
|
||||
]}
|
||||
title="Le Nostre Categorie"
|
||||
description="Scopri la gamma completa di attrezzatura tecnica."
|
||||
@@ -176,42 +103,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Tessuti Idrodinamici",
|
||||
description: "Riduzione massima dell'attrito in acqua.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=epubxj",
|
||||
imageAlt: "mens swimming gear technical",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=c0mpq3&_wi=2",
|
||||
imageAlt: "mens swimming gear technical",
|
||||
},
|
||||
{
|
||||
title: "Lenti Polarizzate",
|
||||
description: "Visione chiara e protezione totale dai riflessi.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b14g5a",
|
||||
imageAlt: "professional swimming equipment kit",
|
||||
},
|
||||
items: [],
|
||||
reverse: true,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p2te6e&_wi=2",
|
||||
imageAlt: "mens swimming gear technical",
|
||||
},
|
||||
{
|
||||
title: "Design Ergonomico",
|
||||
description: "Massimo comfort per sessioni prolungate.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=su6l54",
|
||||
imageAlt: "womens swimming gear technical",
|
||||
},
|
||||
items: [],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=1cm7li&_wi=2",
|
||||
imageAlt: "mens swimming gear technical",
|
||||
},
|
||||
{ title: "Tessuti Idrodinamici", description: "Riduzione massima dell'attrito in acqua.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=epubxj", imageAlt: "mens swimming gear technical" }, items: [], reverse: false },
|
||||
{ title: "Lenti Polarizzate", description: "Visione chiara e protezione totale dai riflessi.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b14g5a", imageAlt: "professional swimming equipment kit" }, items: [], reverse: true },
|
||||
{ title: "Design Ergonomico", description: "Massimo comfort per sessioni prolungate.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=su6l54", imageAlt: "womens swimming gear technical" }, items: [], reverse: false },
|
||||
]}
|
||||
title="Tecnologia IdroSport"
|
||||
description="Materiali avanzati per prestazioni superiori."
|
||||
@@ -223,14 +117,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Arena",
|
||||
"TYR",
|
||||
"IdroSport Italia",
|
||||
"Nuoto Pro",
|
||||
"Arena Italia",
|
||||
"TYR Global",
|
||||
"Federazione Nuoto",
|
||||
]}
|
||||
"Arena", "TYR", "IdroSport Italia", "Nuoto Pro", "Arena Italia", "TYR Global", "Federazione Nuoto"]}
|
||||
title="I Nostri Sponsor"
|
||||
description="Orgogliosi partner delle migliori marche mondiali nel nuoto."
|
||||
/>
|
||||
@@ -242,49 +129,15 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Luca R.",
|
||||
handle: "@lucanuoto",
|
||||
testimonial: "I costumi gara di IdroSport sono incredibili!",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r1ornn",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Giulia M.",
|
||||
handle: "@giuliamar",
|
||||
testimonial: "Ottima assistenza e qualità Made in Italy.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vjpxv8",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marco V.",
|
||||
handle: "@marco_swim",
|
||||
testimonial: "Occhialini perfetti per le gare agonistiche.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7m3ide",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena S.",
|
||||
handle: "@elena_nuotatrice",
|
||||
testimonial: "Consigliatissimo, materiale di altissima qualità.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=znn9hz",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fabio T.",
|
||||
handle: "@fabiotn",
|
||||
testimonial: "Veloci nelle spedizioni e super professionali.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjvwkt",
|
||||
},
|
||||
{ id: "1", name: "Luca R.", handle: "@lucanuoto", testimonial: "I costumi gara di IdroSport sono incredibili!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r1ornn" },
|
||||
{ id: "2", name: "Giulia M.", handle: "@giuliamar", testimonial: "Ottima assistenza e qualità Made in Italy.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vjpxv8" },
|
||||
{ id: "3", name: "Marco V.", handle: "@marco_swim", testimonial: "Occhialini perfetti per le gare agonistiche.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7m3ide" },
|
||||
{ id: "4", name: "Elena S.", handle: "@elena_nuotatrice", testimonial: "Consigliatissimo, materiale di altissima qualità.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=znn9hz" },
|
||||
{ id: "5", name: "Fabio T.", handle: "@fabiotn", testimonial: "Veloci nelle spedizioni e super professionali.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pjvwkt" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Dicono di noi"
|
||||
description="Alcune testimonianze dei nostri clienti."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -292,21 +145,9 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Come posso effettuare un reso?",
|
||||
content: "I resi possono essere effettuati entro 30 giorni.",
|
||||
},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Dove si trova lo store?",
|
||||
content: "Il nostro store fisico si trova a Milano.",
|
||||
},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Avete assistenza?",
|
||||
content: "Si, integreremo presto una chat rapida per voi.",
|
||||
},
|
||||
{ id: "faq1", title: "Come posso effettuare un reso?", content: "I resi possono essere effettuati entro 30 giorni." },
|
||||
{ id: "faq2", title: "Dove si trova lo store?", content: "Il nostro store fisico si trova a Milano." },
|
||||
{ id: "faq3", title: "Avete assistenza?", content: "Si, integreremo presto una chat rapida per voi." },
|
||||
]}
|
||||
sideTitle="Domande Frequenti"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -316,9 +157,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contatti"
|
||||
title="Hai domande?"
|
||||
description="Contattaci: +39 IdroSport | Email: @idrosport.it | Instagram: Idrosport - Catena di Nuoto"
|
||||
@@ -329,53 +168,9 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="IdroSport"
|
||||
columns={[
|
||||
{
|
||||
title: "Negozio",
|
||||
items: [
|
||||
{
|
||||
label: "Uomo",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Donna",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Accessori",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Supporto",
|
||||
items: [
|
||||
{
|
||||
label: "Contatti",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Spedizioni",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Resi",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Social",
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Negozio", items: [{ label: "Uomo", href: "#products" }, { label: "Donna", href: "#products" }, { label: "Accessori", href: "#products" }] },
|
||||
{ title: "Supporto", items: [{ label: "Contatti", href: "#contact" }, { label: "Spedizioni", href: "#" }, { label: "Resi", href: "#" }] },
|
||||
{ title: "Social", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 IdroSport. 100% Made in Italy."
|
||||
/>
|
||||
@@ -383,4 +178,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user