From 663cdd8d7766a9bc28f0dc5db8a279297193fae8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:44:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5112190..f1578b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,15 +112,15 @@ export default function HomePage() { products={[ { id: "1", brand: "Samsung", name: "Galaxy S24 Ultra", price: "₹129,999", rating: 5, - reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-vector/5g-wireless-internet-technology-with-realistic-smartphone-mobile_1017-21009.jpg", imageAlt: "Samsung Galaxy S24 Ultra" + reviewCount: "2.4k", imageSrc: "http://img.b2bpic.net/free-vector/5g-wireless-internet-technology-with-realistic-smartphone-mobile_1017-21009.jpg?_wi=1", imageAlt: "Samsung Galaxy S24 Ultra" }, { id: "2", brand: "Apple", name: "iPhone 15 Pro", price: "₹139,900", rating: 5, - reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/hands-using-smartphone-workspace_23-2147965734.jpg", imageAlt: "Apple iPhone 15 Pro" + reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/hands-using-smartphone-workspace_23-2147965734.jpg?_wi=1", imageAlt: "Apple iPhone 15 Pro" }, { id: "3", brand: "OnePlus", name: "12 Pro Max", price: "₹79,999", rating: 4, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/glowing-charging-cable-smartphone-lying-office-table-darkness_1098-18709.jpg", imageAlt: "OnePlus 12 Pro Max" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/glowing-charging-cable-smartphone-lying-office-table-darkness_1098-18709.jpg?_wi=1", imageAlt: "OnePlus 12 Pro Max" } ]} gridVariant="three-columns-all-equal-width" @@ -172,15 +172,15 @@ export default function HomePage() { }, { id: "7", brand: "Vivo", name: "X100 Pro", price: "₹89,999", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/5g-wireless-internet-technology-with-realistic-smartphone-mobile_1017-21009.jpg", imageAlt: "Vivo X100 Pro" + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-vector/5g-wireless-internet-technology-with-realistic-smartphone-mobile_1017-21009.jpg?_wi=2", imageAlt: "Vivo X100 Pro" }, { id: "8", brand: "OPPO", name: "Find X7 Ultra", price: "₹94,999", rating: 4, - reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/hands-using-smartphone-workspace_23-2147965734.jpg", imageAlt: "OPPO Find X7 Ultra" + reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/hands-using-smartphone-workspace_23-2147965734.jpg?_wi=2", imageAlt: "OPPO Find X7 Ultra" }, { id: "9", brand: "iQOO", name: "13 Pro", price: "₹69,999", rating: 4, - reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/glowing-charging-cable-smartphone-lying-office-table-darkness_1098-18709.jpg", imageAlt: "iQOO 13 Pro" + reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/glowing-charging-cable-smartphone-lying-office-table-darkness_1098-18709.jpg?_wi=2", imageAlt: "iQOO 13 Pro" } ]} gridVariant="three-columns-all-equal-width" @@ -217,12 +217,12 @@ export default function HomePage() {