From 8c18278763730a28a0cdd9b1469062f514ec9380 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:01:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebb1760..a4727a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,25 +126,25 @@ export default function LandingPage() { id: "1", name: "Premium Wireless Headset", price: "$129", - imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=1", }, { id: "2", name: "Sleek Smartwatch Pro", price: "$199", - imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=2", }, { id: "3", name: "Ergonomic Mechanical Keyboard", price: "$89", - imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=3", }, { id: "4", name: "Ultra-Slim Tablet", price: "$349", - imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-presenting-new-clothes-camera_23-2148349526.jpg?_wi=4", }, ]} title="Featured Arrivals" @@ -173,35 +173,35 @@ export default function LandingPage() { name: "Alice Johnson", handle: "@alicej", testimonial: "The quality of the products is unmatched. Truly premium.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=1", }, { id: "t2", name: "Bob Smith", handle: "@bobsmith", testimonial: "Fast delivery and excellent customer service. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=2", }, { id: "t3", name: "Charlie Brown", handle: "@charlieb", testimonial: "Very sleek design, everything works perfectly as described.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=3", }, { id: "t4", name: "Dana White", handle: "@danaw", testimonial: "The best shopping experience I have had in a long time.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=4", }, { id: "t5", name: "Evan Reed", handle: "@evanr", testimonial: "RNT Shop is my go-to for all my electronic needs.", - imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg?_wi=5", }, ]} /> -- 2.49.1