diff --git a/src/app/page.tsx b/src/app/page.tsx index 12c1b23..4345875 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,14 +46,14 @@ export default function LandingPage() { title="Wellbi: Moda Etica e Sostenibile" description="Scopri la nostra collezione di abbigliamento biologico, creata con amore da Laura e Donatello per un futuro più verde." testimonials={[ - { name: "Anna", handle: "@anna_eco", testimonial: "La qualità dei tessuti è incredibile, finalmente una moda che rispetta l'ambiente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170134.jpg", imageAlt: "organic cotton clothing store lifestyle" }, - { name: "Marco", handle: "@marco_bio", testimonial: "Vesti con stile e consapevolezza. Wellbi è una scoperta fantastica.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-creating-vision-board_23-2150061828.jpg", imageAlt: "organic cotton clothing store lifestyle" }, - { name: "Elena", handle: "@elena_green", testimonial: "Laura e Donatello mettono passione in ogni dettaglio. Consigliatissimi!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/eco-social-media-template-with-go-green-text-earth-tone_53876-117649.jpg", imageAlt: "organic cotton clothing store lifestyle" }, - { name: "Giulia", handle: "@giulia_v", testimonial: "Prodotti etici e bellissimi, il servizio clienti è impeccabile.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-beige-card-holder-with-texture_9975-134392.jpg", imageAlt: "organic cotton clothing store lifestyle" }, - { name: "Stefano", handle: "@ste_nature", testimonial: "Felice di sostenere un progetto così trasparente e serio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-clothesline-fields_23-2148170148.jpg", imageAlt: "organic cotton clothing store lifestyle" }, + { name: "Anna", handle: "@anna_eco", testimonial: "La qualità dei tessuti è incredibile, finalmente una moda che rispetta l'ambiente.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170134.jpg?_wi=1", imageAlt: "organic cotton clothing store lifestyle" }, + { name: "Marco", handle: "@marco_bio", testimonial: "Vesti con stile e consapevolezza. Wellbi è una scoperta fantastica.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-creating-vision-board_23-2150061828.jpg?_wi=1", imageAlt: "organic cotton clothing store lifestyle" }, + { name: "Elena", handle: "@elena_green", testimonial: "Laura e Donatello mettono passione in ogni dettaglio. Consigliatissimi!", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/eco-social-media-template-with-go-green-text-earth-tone_53876-117649.jpg?_wi=1", imageAlt: "organic cotton clothing store lifestyle" }, + { name: "Giulia", handle: "@giulia_v", testimonial: "Prodotti etici e bellissimi, il servizio clienti è impeccabile.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-beige-card-holder-with-texture_9975-134392.jpg?_wi=1", imageAlt: "organic cotton clothing store lifestyle" }, + { name: "Stefano", handle: "@ste_nature", testimonial: "Felice di sostenere un progetto così trasparente e serio.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-clothesline-fields_23-2148170148.jpg?_wi=1", imageAlt: "organic cotton clothing store lifestyle" }, ]} buttons={[{ text: "Scopri la Collezione", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170134.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170134.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-arrangement_23-2148996994.jpg", alt: "Still life sustainability concept arrangement" }, { src: "http://img.b2bpic.net/free-photo/portrait-blonde-short-haired-woman-posing-white-shirt_23-2149021781.jpg", alt: "Portrait of blonde short-haired woman posing in a white shirt" }, @@ -70,7 +70,7 @@ export default function LandingPage() { useInvertedBackground={true} title="La Nostra Missione" description="Wellbi nasce dall'idea di Laura e Donatello di riportare al centro l'etica e la qualità. Selezioniamo solo fibre biologiche certificate per garantirti un comfort naturale e duraturo." - imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-creating-vision-board_23-2150061828.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-creating-vision-board_23-2150061828.jpg?_wi=2" /> @@ -81,9 +81,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { id: "p1", name: "T-shirt Essential", price: "€35", variant: "Bianco Naturale", imageSrc: "http://img.b2bpic.net/free-vector/eco-social-media-template-with-go-green-text-earth-tone_53876-117649.jpg" }, - { id: "p2", name: "Pantalone in Lino", price: "€79", variant: "Sabbia", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beige-card-holder-with-texture_9975-134392.jpg" }, - { id: "p3", name: "Abito in Bambù", price: "€89", variant: "Verde Salvia", imageSrc: "http://img.b2bpic.net/free-photo/woman-clothesline-fields_23-2148170148.jpg" }, + { id: "p1", name: "T-shirt Essential", price: "€35", variant: "Bianco Naturale", imageSrc: "http://img.b2bpic.net/free-vector/eco-social-media-template-with-go-green-text-earth-tone_53876-117649.jpg?_wi=2" }, + { id: "p2", name: "Pantalone in Lino", price: "€79", variant: "Sabbia", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beige-card-holder-with-texture_9975-134392.jpg?_wi=2" }, + { id: "p3", name: "Abito in Bambù", price: "€89", variant: "Verde Salvia", imageSrc: "http://img.b2bpic.net/free-photo/woman-clothesline-fields_23-2148170148.jpg?_wi=2" }, { id: "p4", name: "Camicia Oversize", price: "€65", variant: "Azzurro Polvere", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-females_23-2148880180.jpg" }, { id: "p5", name: "Top in Canapa", price: "€45", variant: "Nero Carbone", imageSrc: "http://img.b2bpic.net/free-photo/girls-posing-camera-outside_23-2148238263.jpg" }, { id: "p6", name: "Maglione Sostenibile", price: "€95", variant: "Grigio Melange", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wool-texture-design_23-2149503276.jpg" }, @@ -100,8 +100,8 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { id: "f1", title: "Cotone Biologico", description: "Certificato GOTS, privo di pesticidi e sostanze tossiche.", tag: "Bio", imageSrc: "http://img.b2bpic.net/free-photo/different-zero-waste-products-with-copy-space_23-2148491097.jpg" }, - { id: "f2", title: "Produzione Etica", description: "Lavoratori tutelati e filiera corta a km 0.", tag: "Etica", imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170134.jpg" }, - { id: "f3", title: "Packaging Plastic-Free", description: "Spedizioni ecologiche in materiali compostabili.", tag: "Green", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-creating-vision-board_23-2150061828.jpg" }, + { id: "f2", title: "Produzione Etica", description: "Lavoratori tutelati e filiera corta a km 0.", tag: "Etica", imageSrc: "http://img.b2bpic.net/free-photo/woman-nature-with-clothesline_23-2148170134.jpg?_wi=3" }, + { id: "f3", title: "Packaging Plastic-Free", description: "Spedizioni ecologiche in materiali compostabili.", tag: "Green", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-creating-vision-board_23-2150061828.jpg?_wi=3" }, ]} title="Perché Scegliere Wellbi?" description="Il nostro impegno verso il pianeta si traduce in scelte consapevoli."