From 64b8005a58f2fe6950ae04b28712f1dfa9765108 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:42:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ca42c6d..4e65531 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,23 +65,23 @@ export default function LandingPage() { imageAlt: "Neon tech product glowing blue", }, { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg?_wi=1", imageAlt: "Modern tech gadget minimal studio", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg?_wi=1", imageAlt: "Wireless headphones dark minimal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg?_wi=1", imageAlt: "Smartwatch neon interface tech", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-putting-hands-head-frustration-after-seeing-game-screen_482257-124176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-putting-hands-head-frustration-after-seeing-game-screen_482257-124176.jpg?_wi=1", imageAlt: "Mechanical keyboard neon blue", }, { - imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349226.jpg?_wi=1", imageAlt: "Gaming mouse glowing lines tech", }, ]} @@ -100,28 +100,28 @@ export default function LandingPage() { name: "NeoBuds X", price: "$129", variant: "Electric Blue", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg?_wi=2", }, { id: "p2", name: "PulseBand Pro", price: "$89", variant: "Shadow Black", - imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg?_wi=2", }, { id: "p3", name: "QuantumKey", price: "$149", variant: "LED Edition", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg?_wi=2", }, { id: "p4", name: "FluxDrive", price: "$59", variant: "Cyber Silver", - imageSrc: "http://img.b2bpic.net/free-photo/man-putting-hands-head-frustration-after-seeing-game-screen_482257-124176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-putting-hands-head-frustration-after-seeing-game-screen_482257-124176.jpg?_wi=2", }, { id: "p5", @@ -135,7 +135,7 @@ export default function LandingPage() { name: "Vortex Mouse", price: "$79", variant: "Phantom", - imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349226.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349226.jpg?_wi=2", }, ]} title="Trending Now" @@ -161,7 +161,7 @@ export default function LandingPage() { button: { text: "Claim Deal", }, - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-smartwatch_58702-17228.jpg?_wi=3", }, { id: "flash2", @@ -176,7 +176,7 @@ export default function LandingPage() { button: { text: "Claim Deal", }, - imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sport-composition-with-modern-elements_23-2147913644.jpg?_wi=3", }, { id: "flash3", @@ -191,7 +191,7 @@ export default function LandingPage() { button: { text: "Claim Deal", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-wearing-watch_23-2149235396.jpg?_wi=3", }, ]} title="Flash Sales" -- 2.49.1