From 91c27f8e9d64478e8031ffe6f9c3a29f335974c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:44:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8f00eb..d41465b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "p1", brand: "Outlook Drop", name: "Premium Hoodie", price: "$89", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-standing-against-wall-talking-smart-phone_23-2148066827.jpg" }, + { id: "p1", brand: "Outlook Drop", name: "Premium Hoodie", price: "$89", rating: 5, reviewCount: "124", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-standing-against-wall-talking-smart-phone_23-2148066827.jpg?_wi=1" }, { id: "p2", brand: "Outlook Drop", name: "Urban Tee", price: "$45", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-jean-cloth-sweater-with-tags_23-2147957043.jpg" }, { id: "p3", brand: "Outlook Drop", name: "Denim Jacket", price: "$120", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/old-shoe_1122-373.jpg" }, { id: "p4", brand: "Outlook Drop", name: "Everyday Cap", price: "$30", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-diverse-women-posing_23-2148906930.jpg" }, @@ -208,7 +208,7 @@ export default function LandingPage() {