From 0bf822749c8060cbc60bd4c680d35f36e56920bf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:30:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec329cb..650e5ca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,28 +125,28 @@ export default function LandingPage() { name: "Wireless Audio Pro", price: "$199", variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg?_wi=1", }, { id: "p2", name: "Smart Watch Ultra", price: "$349", variant: "Silver", - imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736747.jpg?_wi=1", }, { id: "p3", name: "Pro Smartphone X", price: "$899", variant: "Midnight", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913301.jpg?_wi=1", }, { id: "p4", name: "Mechanical Keyboard", price: "$149", variant: "RGB", - imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309638.jpg?_wi=1", }, { id: "p5", @@ -178,21 +178,21 @@ export default function LandingPage() { { title: "Fast Shipping", description: "Get your gear delivered at lightning speeds.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg?_wi=2", titleIconSrc: "Zap", buttonText: "Learn More", }, { title: "Secure Payments", description: "Encrypted transactions for total peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-robotic-vacuum-cleaner-flat-surface_23-2151736747.jpg?_wi=2", titleIconSrc: "Shield", buttonText: "Learn More", }, { title: "24/7 Support", description: "Expert assistance whenever you need it.", - imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimal-style-device-screen_23-2151913301.jpg?_wi=2", titleIconSrc: "Headset", buttonText: "Learn More", }, @@ -278,7 +278,7 @@ export default function LandingPage() { title="Stay Updated" description="Get exclusive deals and the latest tech news delivered straight to your inbox." mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309638.jpg" + imageSrc="http://img.b2bpic.net/free-photo/modern-stationary-collection-arrangement_23-2149309638.jpg?_wi=2" /> -- 2.49.1