From 1ffc0717beea4b343fa9f040d727410a5111353f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:07:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1749b21..6f65844 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,27 +103,27 @@ export default function LandingPage() { 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", imageAlt: "Sicurezza"}, + 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"}, ] }, { 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", imageAlt: "Creatività"}, + 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à"}, ] }, { 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", imageAlt: "Consegna"}, + 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"}, ] }, ]} @@ -140,11 +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", 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?_wi=3", 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", 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?_wi=3", 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", 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?_wi=3", imageAlt: "Art Kit"}, ]} title="Prodotti in primo piano" description="Una selezione curata dei migliori giochi per ogni fascia d'età." -- 2.49.1