From e05458d14e29160217cb5d14b08e1bdd730ed4e2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:43:29 +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 f881aa1..56c0475 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Maco", name: "24/7 Availability", price: "Open Round the Clock", rating: 5, - reviewCount: "Always Ready", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "24/7 Laundry Service" + reviewCount: "Always Ready", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=1", imageAlt: "24/7 Laundry Service" }, { id: "2", brand: "Maco", name: "Fast Turnaround", price: "Quick Service", rating: 5, @@ -107,7 +107,7 @@ export default function LandingPage() { }, { id: "3", brand: "Maco", name: "Professional Team", price: "Expert Care", rating: 5, - reviewCount: "Trained Staff", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg", imageAlt: "Professional Dry Cleaning" + reviewCount: "Trained Staff", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-fashionable-clothes-hangers-shop_627829-6026.jpg?_wi=2", imageAlt: "Professional Dry Cleaning" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1