From 592c69152775d04bb630a357e5c7741dc4785225 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:17:26 +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 ba1bd65..67799a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,7 +145,7 @@ export default function LandingPage() { }, { id: "2", brand: "HappyPrint", name: "Graphic Design", price: "Custom Quote", rating: 5, - reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-colored-pencils_23-2148815772.jpg", imageAlt: "Logo and branding design" + reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-colored-pencils_23-2148815772.jpg?_wi=1", imageAlt: "Logo and branding design" }, { id: "3", brand: "HappyPrint", name: "Digital Printing", price: "Custom Quote", rating: 5, @@ -161,7 +161,7 @@ export default function LandingPage() { }, { id: "6", brand: "HappyPrint", name: "Textile Printing", price: "Custom Quote", rating: 5, - reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-colored-pencils_23-2148815772.jpg", imageAlt: "T-shirts and promotional items" + reviewCount: "Trusted", imageSrc: "http://img.b2bpic.net/free-photo/top-view-items-redecorating-house-with-colored-pencils_23-2148815772.jpg?_wi=2", imageAlt: "T-shirts and promotional items" }, ]} /> -- 2.49.1