From 9d508e1de1da25b0ebb891bfc2ac5a2028218cd6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:27:59 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 8c4474d..9bbcc51 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -95,21 +95,21 @@ export default function ProductsPage() { id: "iphone-15", name: "iPhone 15 Pro Max", price: "₹1,39,999", - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg?_wi=2", imageAlt: "iPhone 15 Pro Max", }, { id: "samsung-s24", name: "Samsung Galaxy S24", price: "₹79,999", - imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg?_wi=2", imageAlt: "Samsung Galaxy S24", }, { id: "oneplus-12", name: "OnePlus 12", price: "₹64,999", - imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4949.jpg?_wi=2", imageAlt: "OnePlus 12", }, { @@ -123,14 +123,14 @@ export default function ProductsPage() { id: "iphone-15-standard", name: "iPhone 15", price: "₹79,999", - imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gradient-wallpaper_23-2147842890.jpg?_wi=3", imageAlt: "iPhone 15", }, { id: "samsung-a54", name: "Samsung Galaxy A54", price: "₹42,999", - imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/modern-design-concept-set-collection-with-two-stylish-black-smartphones-with-shadows-large-blanks-displays-touchscreens-grey_1284-49092.jpg?_wi=3", imageAlt: "Samsung Galaxy A54", }, ]} @@ -152,21 +152,21 @@ export default function ProductsPage() { id: 1, title: "Authentic Verification", description: "Every product undergoes strict authenticity checks. QR-coded certificates and IMEI verification for all devices.", - imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-woman-being-addicted-their-phones_23-2149017711.jpg?_wi=2", imageAlt: "Authenticity verification", }, { id: 2, title: "Extended Warranty Options", description: "Choose from standard manufacturer warranty to extended plans up to 3 years. Covers accidental damage and breakdowns.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-filling-up-her-credit-card-information-smartphone_23-2148673305.jpg?_wi=2", imageAlt: "Extended warranty", }, { id: 3, title: "Expert Product Guidance", description: "Our specialists help you compare features, performance, and pricing. Free consultation and personalized recommendations.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-working-call-center-office_23-2149256111.jpg?_wi=2", imageAlt: "Expert guidance", }, ]} @@ -175,7 +175,7 @@ export default function ProductsPage() {