From 2f43950d62f5eeb7faf55d04c61c9b12c08485a4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:14:57 +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 1b572b4..68c0f91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg?_wi=1" imageAlt="Professional lawn care service" mediaAnimation="blur-reveal" frameStyle="card" @@ -130,7 +130,7 @@ export default function LandingPage() { id: "1", value: "4.6★", title: "Google Rating", description: "145+ verified customer reviews", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316356.jpg", imageAlt: "Professional pest control service" }, { - id: "2", value: "100%", title: "Satisfaction", description: "Guaranteed quality on every service", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg", imageAlt: "Expert lawn care maintenance" + id: "2", value: "100%", title: "Satisfaction", description: "Guaranteed quality on every service", imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-man-doing-house-chores_23-2151733077.jpg?_wi=2", imageAlt: "Expert lawn care maintenance" } ]} animationType="slide-up" -- 2.49.1