From 19fdc555f027c21f1b12cc9a2215c20af99adc42 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 20:37:40 +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 dcb4aec..aae20d9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { products={[ { id: "repairs", brand: "Maintenance", name: "Pipe Repairs & Installation", price: "Reliable Repairs", rating: 5, - reviewCount: "1200+", imageSrc: "https://images.unsplash.com/photo-1581092161562-40038e57e0a0?w=800&q=80", imageAlt: "Professional pipe installation" + reviewCount: "1200+", imageSrc: "https://images.unsplash.com/photo-1581092161562-40038e57e0a0?w=800&q=80&_wi=1", imageAlt: "Professional pipe installation" }, { id: "drainage", brand: "Drainage", name: "Drain Cleaning & Unclogging", price: "Quick Solutions", rating: 5, @@ -186,7 +186,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={true} - imageSrc="https://images.unsplash.com/photo-1581092161562-40038e57e0a0?w=800&q=80" + imageSrc="https://images.unsplash.com/photo-1581092161562-40038e57e0a0?w=800&q=80&_wi=2" imageAlt="Plumbing service booking" mediaAnimation="opacity" mediaPosition="right"