From 62e705efebb231282bf0871a4c04c75d3d8e67f3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:29:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e9fa4ff..352b0c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,27 +189,27 @@ export default function HomePage() { { id: "1", brand: "Sony", name: "PlayStation 5 Console", price: "$449.99", rating: 5, reviewCount: "12.8k", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-couple-relaxing-home-playing-video-game-home_23-2148152802.jpg", imageAlt: "PlayStation 5 Gaming Console"}, + "http://img.b2bpic.net/free-photo/smiling-young-couple-relaxing-home-playing-video-game-home_23-2148152802.jpg?_wi=1", imageAlt: "PlayStation 5 Gaming Console"}, { id: "2", brand: "Apple", name: "iPhone 15 Pro Max", price: "$1,099.99", rating: 5, reviewCount: "28.5k", imageSrc: - "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564138.jpg", imageAlt: "Apple iPhone 15 Pro Max"}, + "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564138.jpg?_wi=1", imageAlt: "Apple iPhone 15 Pro Max"}, { id: "3", brand: "ASUS", name: "ROG Gaming Laptop RTX 4090", price: "$2,499.99", rating: 5, reviewCount: "9.2k", imageSrc: - "http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg", imageAlt: "ASUS ROG Gaming Laptop"}, + "http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg?_wi=1", imageAlt: "ASUS ROG Gaming Laptop"}, { id: "4", brand: "Nintendo", name: "Nintendo Switch OLED", price: "$349.99", rating: 4, reviewCount: "15.6k", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-couple-relaxing-home-playing-video-game-home_23-2148152802.jpg", imageAlt: "Nintendo Switch OLED"}, + "http://img.b2bpic.net/free-photo/smiling-young-couple-relaxing-home-playing-video-game-home_23-2148152802.jpg?_wi=2", imageAlt: "Nintendo Switch OLED"}, { id: "5", brand: "Samsung", name: "Galaxy S24 Ultra", price: "$1,299.99", rating: 5, reviewCount: "22.3k", imageSrc: - "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564138.jpg", imageAlt: "Samsung Galaxy S24 Ultra"}, + "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564138.jpg?_wi=2", imageAlt: "Samsung Galaxy S24 Ultra"}, { id: "6", brand: "Dell", name: "XPS 17 Laptop", price: "$1,899.99", rating: 4, reviewCount: "18.9k", imageSrc: - "http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg", imageAlt: "Dell XPS 17 Laptop"}, + "http://img.b2bpic.net/free-photo/sitting-black-chair-polygraph-examiner-works-office-with-his-lie-detector-s-equipment_146671-17240.jpg?_wi=2", imageAlt: "Dell XPS 17 Laptop"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1