From 95cfda134fde0e93d6afb6745e1a2523ad3bc098 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 06:06:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53b346e..c177536 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=1", imageAlt: "Smart Tech Gadgets", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=2", imageAlt: "Gadgets Collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=3", imageAlt: "Modern Lifestyle", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=4", imageAlt: "Innovative Tools", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=5", imageAlt: "Smart Home Tech", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=6", imageAlt: "Daily Tech", }, ]} @@ -104,37 +104,37 @@ export default function LandingPage() { id: "p1", name: "4-in-1 Vegetable Cutter", price: "₹1,299", - imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=1", }, { id: "p2", name: "High-Speed RC Jet", price: "₹2,499", - imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-airplane-sky_23-2151671578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-airplane-sky_23-2151671578.jpg?_wi=1", }, { id: "p3", name: "Smart Fitness Watch", price: "₹3,999", - imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=2", }, { id: "p4", name: "Portable Power Bank", price: "₹999", - imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=3", }, { id: "p5", name: "Mini Kitchen Processor", price: "₹1,599", - imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-hand-cutting-fresh-apple-top-wooden-board-table_2831-7956.jpg?_wi=4", }, { id: "p6", name: "Smart Toy Robot", price: "₹2,199", - imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-airplane-sky_23-2151671578.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-airplane-sky_23-2151671578.jpg?_wi=2", }, ]} title="Best Sellers & Trending" -- 2.49.1