From dcc524ea5c5976395cb3c37d13b88b24da89d946 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 12:31:03 +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 8a64723..1badcaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,19 +84,19 @@ export default function LandingPage() { id: "p1", name: "Pro Wireless Headphones", price: "$299", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-wireless-headphones-smiling-with-closed-eyes-relaxing-with_1258-201362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-wireless-headphones-smiling-with-closed-eyes-relaxing-with_1258-201362.jpg?_wi=1", }, { id: "p2", name: "Titan Smartphone X", price: "$999", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150281046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150281046.jpg?_wi=1", }, { id: "p3", name: "Horizon Smartwatch", price: "$349", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722652.jpg?_wi=1", }, ]} title="Top Picks" @@ -140,21 +140,21 @@ export default function LandingPage() { id: 1, title: "Fast Shipping", description: "Delivery in 24 hours globally.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-wireless-headphones-smiling-with-closed-eyes-relaxing-with_1258-201362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-young-woman-wireless-headphones-smiling-with-closed-eyes-relaxing-with_1258-201362.jpg?_wi=2", imageAlt: "Fast delivery", }, { id: 2, title: "24/7 Support", description: "Get help whenever you need.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150281046.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-laptop_23-2150281046.jpg?_wi=2", imageAlt: "Customer support", }, { id: 3, title: "Easy Returns", description: "No questions asked returns.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722652.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722652.jpg?_wi=2", imageAlt: "Easy returns", }, ]} @@ -174,7 +174,7 @@ export default function LandingPage() { name: "John Doe", role: "Developer", testimonial: "Excellent service and genuine products!", - imageSrc: "http://img.b2bpic.net/free-photo/impressed-adult-handsome-man-wearing-glasses-looking-camera-holding-pointing-mobile-phone-isolated-orange-wall_141793-113144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/impressed-adult-handsome-man-wearing-glasses-looking-camera-holding-pointing-mobile-phone-isolated-orange-wall_141793-113144.jpg?_wi=1", }, { id: "t2", @@ -202,7 +202,7 @@ export default function LandingPage() { name: "Sarah Connor", role: "Tech Analyst", testimonial: "Premium quality products and lightning fast service.", - imageSrc: "http://img.b2bpic.net/free-photo/impressed-adult-handsome-man-wearing-glasses-looking-camera-holding-pointing-mobile-phone-isolated-orange-wall_141793-113144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/impressed-adult-handsome-man-wearing-glasses-looking-camera-holding-pointing-mobile-phone-isolated-orange-wall_141793-113144.jpg?_wi=2", }, ]} title="Trusted by Thousands" -- 2.49.1