From 70784db47872347f3f0adf184b81180b7cfe3a6a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:16:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00a596f..9ba5670 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,7 +78,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "OSOM", name: "The Origin Coat", price: "$3,200", rating: 5, - reviewCount: "18", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-fashion-woman-posing-with-elegant-suit_1328-3301.jpg", imageAlt: "luxury coat tailored garment high fashion wear structured silhouette" + reviewCount: "18", imageSrc: "http://img.b2bpic.net/premium-photo/stylish-young-woman-showcasing-autumn-fashion-with-confidence-modern-studio-setting_1326977-9143.jpg?id=382132251", imageAlt: "luxury coat tailored garment high fashion wear structured silhouette" }, { id: "2", brand: "OSOM", name: "The Form Jacket", price: "$2,800", rating: 5, -- 2.49.1