Update src/app/page.tsx

This commit is contained in:
2026-03-31 14:06:27 +00:00
parent 5330d0001b
commit 88ecb2fc5e

View File

@@ -79,7 +79,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-boy-playing-with-his-stuffed-animal-toy_23-2150854243.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-young-boy-playing-with-his-stuffed-animal-toy_23-2150854243.jpg?_wi=1"
imageAlt="Giocattoli vari"
mediaAnimation="slide-up"
avatars={[
@@ -142,15 +142,15 @@ export default function LandingPage() {
icon: Shield,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg",
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",
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",
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",
},
{
@@ -159,15 +159,15 @@ export default function LandingPage() {
icon: Sparkles,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg",
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",
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",
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",
},
{
@@ -176,15 +176,15 @@ export default function LandingPage() {
icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg",
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",
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",
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",
},
]}
@@ -204,21 +204,21 @@ export default function LandingPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=4",
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",
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: "3",
name: "Kit Artisti in Erba",
price: "€29.99",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=3",
imageAlt: "Art Kit",
},
]}