Merge version_1 into main #2
217
src/app/page.tsx
217
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Prodotti",
|
||||
id: "products",
|
||||
},
|
||||
name: "Prodotti", id: "products"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Contatti",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contatti", id: "contact"},
|
||||
]}
|
||||
brandName="ToyWorld"
|
||||
/>
|
||||
@@ -54,78 +46,49 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Il magico mondo del gioco creativo"
|
||||
description="Scopri la nostra selezione di giocattoli educativi, costruzioni e peluche per stimolare la fantasia dei tuoi bambini. Qualità e sicurezza al primo posto."
|
||||
kpis={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Giocattoli unici",
|
||||
},
|
||||
value: "500+", label: "Giocattoli unici"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Clienti felici",
|
||||
},
|
||||
value: "10k+", label: "Clienti felici"},
|
||||
{
|
||||
value: "24h",
|
||||
label: "Spedizione rapida",
|
||||
},
|
||||
value: "24h", label: "Spedizione rapida"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Acquista ora",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Acquista ora", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-boy-playing-with-his-stuffed-animal-toy_23-2150854243.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-boy-playing-with-his-stuffed-animal-toy_23-2150854243.jpg"
|
||||
imageAlt="Giocattoli vari"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mother-with-her-son-having-fun_1303-24020.jpg",
|
||||
alt: "Genitore 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mother-with-her-son-having-fun_1303-24020.jpg", alt: "Genitore 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-dad-with-child-sofa_1157-45794.jpg",
|
||||
alt: "Genitore 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-dad-with-child-sofa_1157-45794.jpg", alt: "Genitore 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-couple-walking-with-christmas-shopping-bags_23-2147979319.jpg",
|
||||
alt: "Genitore 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-couple-walking-with-christmas-shopping-bags_23-2147979319.jpg", alt: "Genitore 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delighted-mother-daughter-with-toy_171337-2366.jpg",
|
||||
alt: "Genitore 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delighted-mother-daughter-with-toy_171337-2366.jpg", alt: "Genitore 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mother-with-her-son-having-fun_1303-24020.jpg",
|
||||
alt: "Genitore 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mother-with-her-son-having-fun_1303-24020.jpg", alt: "Genitore 5"},
|
||||
]}
|
||||
avatarText="Uniti da migliaia di genitori"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Certificati CE",
|
||||
},
|
||||
type: "text", text: "Certificati CE"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Materiali Sostenibili",
|
||||
},
|
||||
type: "text", text: "Materiali Sostenibili"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Spedizioni tracciabili",
|
||||
},
|
||||
type: "text", text: "Spedizioni tracciabili"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Design Italiano",
|
||||
},
|
||||
type: "text", text: "Design Italiano"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Soddisfatti o Rimborsati",
|
||||
},
|
||||
type: "text", text: "Soddisfatti o Rimborsati"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,55 +100,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Materiali Sicuri",
|
||||
description: "Utilizziamo solo legno certificato e materiali atossici.",
|
||||
icon: Shield,
|
||||
title: "Materiali Sicuri", description: "Utilizziamo solo legno certificato e materiali atossici.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=1",
|
||||
imageAlt: "Sicurezza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", imageAlt: "Sicurezza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=2",
|
||||
imageAlt: "Sicurezza",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-boy-playing-with-his-stuffed-animal-toy_23-2150854243.jpg?_wi=2",
|
||||
imageAlt: "cozy kids playroom toys",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", imageAlt: "Sicurezza"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Gioco Educativo",
|
||||
description: "Giochi che stimolano intelligenza e creatività.",
|
||||
icon: Sparkles,
|
||||
title: "Gioco Educativo", description: "Giochi che stimolano intelligenza e creatività.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=1",
|
||||
imageAlt: "Creatività",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg", imageAlt: "Creatività"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=2",
|
||||
imageAlt: "Creatività",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=3",
|
||||
imageAlt: "educational wooden building blocks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg", imageAlt: "Creatività"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Consegna Rapida",
|
||||
description: "Ricevi i tuoi regali in 24-48 ore in tutta Italia.",
|
||||
icon: Zap,
|
||||
title: "Consegna Rapida", description: "Ricevi i tuoi regali in 24-48 ore in tutta Italia.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=1",
|
||||
imageAlt: "Consegna",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", imageAlt: "Consegna"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=2",
|
||||
imageAlt: "Consegna",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=3",
|
||||
imageAlt: "soft plush teddy bear",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", imageAlt: "Consegna"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
title="Perché scegliere i nostri giocattoli"
|
||||
@@ -201,26 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Set Costruzioni Legno",
|
||||
price: "€39.90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=4",
|
||||
imageAlt: "Costruzioni legno",
|
||||
},
|
||||
id: "1", name: "Set Costruzioni Legno", price: "€39.90", imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", imageAlt: "Costruzioni legno"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Teddy Bear Morbido",
|
||||
price: "€24.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=4",
|
||||
imageAlt: "Teddy Bear",
|
||||
},
|
||||
id: "2", name: "Teddy Bear Morbido", price: "€24.50", imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", imageAlt: "Teddy Bear"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kit Artisti in Erba",
|
||||
price: "€29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=3",
|
||||
imageAlt: "Art Kit",
|
||||
},
|
||||
id: "3", name: "Kit Artisti in Erba", price: "€29.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg", imageAlt: "Art Kit"},
|
||||
]}
|
||||
title="Prodotti in primo piano"
|
||||
description="Una selezione curata dei migliori giochi per ogni fascia d'età."
|
||||
@@ -235,25 +159,15 @@ export default function LandingPage() {
|
||||
author="Maria R., mamma di due bimbi"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mother-with-her-son-having-fun_1303-24020.jpg",
|
||||
alt: "Maria",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mother-with-her-son-having-fun_1303-24020.jpg", alt: "Maria"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-dad-with-child-sofa_1157-45794.jpg",
|
||||
alt: "Luca",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-dad-with-child-sofa_1157-45794.jpg", alt: "Luca"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-couple-walking-with-christmas-shopping-bags_23-2147979319.jpg",
|
||||
alt: "Sara",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-couple-walking-with-christmas-shopping-bags_23-2147979319.jpg", alt: "Sara"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delighted-mother-daughter-with-toy_171337-2366.jpg",
|
||||
alt: "Giulia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delighted-mother-daughter-with-toy_171337-2366.jpg", alt: "Giulia"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/mother-with-her-son-having-fun_1303-24020.jpg",
|
||||
alt: "Marco",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/mother-with-her-son-having-fun_1303-24020.jpg", alt: "Marco"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -266,20 +180,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Tempi di spedizione?",
|
||||
content: "Spediamo entro 24-48 ore dalla ricezione dell'ordine.",
|
||||
},
|
||||
id: "1", title: "Tempi di spedizione?", content: "Spediamo entro 24-48 ore dalla ricezione dell'ordine."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Reso gratuito?",
|
||||
content: "Sì, hai 30 giorni per restituire il prodotto gratuitamente.",
|
||||
},
|
||||
id: "2", title: "Reso gratuito?", content: "Sì, hai 30 giorni per restituire il prodotto gratuitamente."},
|
||||
{
|
||||
id: "3",
|
||||
title: "I giocattoli sono sicuri?",
|
||||
content: "Certamente, tutti i prodotti seguono le normative UE.",
|
||||
},
|
||||
id: "3", title: "I giocattoli sono sicuri?", content: "Certamente, tutti i prodotti seguono le normative UE."},
|
||||
]}
|
||||
title="Domande frequenti"
|
||||
description="Hai dei dubbi? Ecco le risposte alle domande più comuni dei nostri clienti."
|
||||
@@ -291,8 +196,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Contatti"
|
||||
title="Rimani in contatto"
|
||||
description="Iscriviti alla nostra newsletter per offerte esclusive e novità dal mondo dei giocattoli."
|
||||
@@ -303,42 +207,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "ToyWorld",
|
||||
items: [
|
||||
title: "ToyWorld", items: [
|
||||
{
|
||||
label: "Chi siamo",
|
||||
href: "#",
|
||||
},
|
||||
label: "Chi siamo", href: "#"},
|
||||
{
|
||||
label: "Lavora con noi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lavora con noi", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servizi",
|
||||
items: [
|
||||
title: "Servizi", items: [
|
||||
{
|
||||
label: "Spedizioni",
|
||||
href: "#",
|
||||
},
|
||||
label: "Spedizioni", href: "#"},
|
||||
{
|
||||
label: "Resi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Resi", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legale",
|
||||
items: [
|
||||
title: "Legale", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Termini e Condizioni",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termini e Condizioni", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user