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() {