From d59c5c9374a2a02abb0321b91077a4276ee5b2f3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 11:54:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c95dadb..a645f75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172440.jpg" + imageSrc="http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172440.jpg?_wi=1" imageAlt="AXL Gaming Studio Custom Controller" /> @@ -76,13 +76,13 @@ export default function LandingPage() { id: "p1", name: "AXL Pro Controller", price: "149€", - imageSrc: "http://img.b2bpic.net/free-photo/technology-specialist-filming-technology-review-v-mount-battery_482257-124194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-specialist-filming-technology-review-v-mount-battery_482257-124194.jpg?_wi=1", }, { id: "p2", name: "Custom Gameboy Retro", price: "199€", - imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347238.jpg?_wi=1", }, { id: "p3", @@ -108,13 +108,13 @@ export default function LandingPage() { icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg?_wi=1", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172440.jpg?_wi=2", imageAlt: "custom gaming controller dark desk", }, { @@ -123,13 +123,13 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/technology-specialist-filming-technology-review-v-mount-battery_482257-124194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technology-specialist-filming-technology-review-v-mount-battery_482257-124194.jpg?_wi=2", imageAlt: "custom controller close up", }, { @@ -138,13 +138,13 @@ export default function LandingPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/six-color-spinners-flat-design_23-2147639125.jpg?_wi=3", }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-esports-gamer-back-side-view-rejoices-victory-generative-ai_191095-2007.jpg?_wi=3", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/party-space-ready-online-celebration_23-2149347238.jpg?_wi=2", imageAlt: "custom retro game console", }, ]} @@ -164,7 +164,7 @@ export default function LandingPage() { name: "Lucas D.", handle: "@lucasg", testimonial: "Ma manette custom est incroyable. Design unique et très réactive !", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-white-t-shirt-with-headphones-playing-games-using-smartphone-happy-excited_141793-108888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-white-t-shirt-with-headphones-playing-games-using-smartphone-happy-excited_141793-108888.jpg?_wi=1", }, { id: "2", @@ -192,7 +192,7 @@ export default function LandingPage() { name: "Marc L.", handle: "@marclgaming", testimonial: "Une expérience de jeu transfigurée par leur manette ergonomique.", - imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-white-t-shirt-with-headphones-playing-games-using-smartphone-happy-excited_141793-108888.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/african-american-young-man-white-t-shirt-with-headphones-playing-games-using-smartphone-happy-excited_141793-108888.jpg?_wi=2", }, ]} title="Ce qu'ils pensent d'AXL" -- 2.49.1