From b5e6ad3a752f5643df05b5fd399065285a68e82c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 23:49:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f3728c4..a5e8d6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,25 +135,25 @@ export default function LandingPage() { id: "1", name: "iPhone 15", price: "₹79,999", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg?_wi=1", }, { id: "2", name: "Samsung TV", price: "₹45,000", - imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg?_wi=1", }, { id: "3", name: "Laptop", price: "₹65,000", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722699.jpg?_wi=1", }, { id: "4", name: "Headphones", price: "₹2,999", - imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170101.jpg?_wi=1", }, { id: "5", @@ -220,7 +220,7 @@ export default function LandingPage() { button: { text: "Get Started", }, - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg?_wi=2", }, { id: "p2", @@ -235,7 +235,7 @@ export default function LandingPage() { button: { text: "Upgrade Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg?_wi=2", }, ]} /> @@ -254,28 +254,28 @@ export default function LandingPage() { name: "John Doe", handle: "@johndoe", testimonial: "Excellent service and fast delivery!", - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smartphone-with-white-screen_187299-46602.jpg?_wi=3", }, { id: "t2", name: "Jane Smith", handle: "@janesmith", testimonial: "High quality products, very satisfied.", - imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170095.jpg?_wi=3", }, { id: "t3", name: "Alice Brown", handle: "@aliceb", testimonial: "The best shopping experience ever.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722699.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722699.jpg?_wi=2", }, { id: "t4", name: "Bob Wilson", handle: "@bobwilson", testimonial: "Reliable and great prices.", - imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170101.jpg?_wi=2", }, ]} /> -- 2.49.1