From 58291c23ac975f4232591640cf0f6d4dd62c74ce Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:54: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 4cb9847..a0dd1ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { features={[ { title: "Weekly Mowing & Edging", description: "Crisp lines and perfect grass height, every single week.", buttonIcon: CheckCircle, - imageSrc: "https://images.unsplash.com/photo-1596464687595-6548760086cf?q=80&w=800", imageAlt: "seasonal cleanup yard icon"}, + imageSrc: "https://images.unsplash.com/photo-1596464687595-6548760086cf?q=80&w=800&_wi=1", imageAlt: "seasonal cleanup yard icon"}, { title: "Mulch Installation", description: "Professional grade mulch for a clean, refreshed aesthetic.", buttonIcon: CheckCircle, imageSrc: "https://images.unsplash.com/photo-1585320806297-9794b3e4eeae?q=80&w=800", imageAlt: "happy homeowner lawn landscape"}, @@ -199,7 +199,7 @@ export default function LandingPage() { ]} textarea={{ name: "details", placeholder: "Anything else we should know?"}} - imageSrc="https://images.unsplash.com/photo-1596464687595-6548760086cf?q=80&w=800" + imageSrc="https://images.unsplash.com/photo-1596464687595-6548760086cf?q=80&w=800&_wi=2" /> -- 2.49.1