From a3087839ef30df92d3d62185a4aabc1c5929dada Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 07:59:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d56d585..0c6484d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg", imageAlt: "Professional lawn mower in action" + imageSrc: "http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=1", imageAlt: "Professional lawn mower in action" } ]} mediaAnimation="slide-up" @@ -87,10 +87,10 @@ export default function LandingPage() { title: "Precision Cutting", description: "Expert lawn mowing with professional-grade equipment ensuring perfect height and clean lines.", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-yard_23-2148580100.jpg", imageAlt: "Precision lawn cutting service" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-yard_23-2148580100.jpg?_wi=1", imageAlt: "Precision lawn cutting service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-yard_23-2148580100.jpg", imageAlt: "Professional mowing equipment" + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-woman-mowing-yard_23-2148580100.jpg?_wi=2", imageAlt: "Professional mowing equipment" } ] }, @@ -98,10 +98,10 @@ export default function LandingPage() { title: "Edge Trimming", description: "Meticulous border and edge trimming to keep your lawn looking clean and well-defined.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-psd/lawn-care-concept-landing-page-template_23-2148659164.jpg", imageAlt: "Lawn edge trimming service" + imageSrc: "http://img.b2bpic.net/free-psd/lawn-care-concept-landing-page-template_23-2148659164.jpg?_wi=1", imageAlt: "Lawn edge trimming service" }, { - imageSrc: "http://img.b2bpic.net/free-psd/lawn-care-concept-landing-page-template_23-2148659164.jpg", imageAlt: "Detail work on lawn edges" + imageSrc: "http://img.b2bpic.net/free-psd/lawn-care-concept-landing-page-template_23-2148659164.jpg?_wi=2", imageAlt: "Detail work on lawn edges" } ] }, @@ -109,10 +109,10 @@ export default function LandingPage() { title: "Debris Cleanup", description: "Complete removal of grass clippings, leaves, and debris leaving your yard spotless.", icon: Trash2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg", imageAlt: "Yard cleanup and debris removal" + imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg?_wi=1", imageAlt: "Yard cleanup and debris removal" }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg", imageAlt: "Professional lawn cleanup" + imageSrc: "http://img.b2bpic.net/free-photo/couple-collects-garbage-garbage-bags-park_1157-27360.jpg?_wi=2", imageAlt: "Professional lawn cleanup" } ] } @@ -243,7 +243,7 @@ export default function LandingPage() { title="Book Your Lawn Mowing Service" description="Fill out the form below to schedule your service. Our team will contact you within 2 hours to confirm your appointment." useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hard-working-man-casual-outfit-removing-dry-leaves-from-sidewalk-with-hand-blower-sunny-day_7502-10151.jpg?_wi=2" imageAlt="Professional lawn service" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1