From 5760a1544b19c74a325296022f0e2e7dcd521b0a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:26:05 +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 6a5c546..c544994 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { buttons={[{ text: "Get a Free Quote", href: "#contact" }]} mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D34ob8YKysMwHiGdHbbh9qHWCg/uploaded-1777497709040-ytymkbyv.png", imageAlt: "Lawn Care" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg", imageAlt: "Gardening" } + { imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg?_wi=1", imageAlt: "Gardening" } ]} background={{ variant: "gradient-bars" }} /> @@ -61,7 +61,7 @@ export default function LandingPage() { description="We noticed most lawn care companies have a reliability problem. Blue Flamingo was built to change that. We show up when scheduled, do the job right, and keep your yard maintained without the stress." subdescription="Whether you need weekly mowing or a seasonal cleanup, we focus on consistent, professional quality." icon={Flame} - imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1