From 41de0e51d56eb4eb3aa7fa56f1ff20dd46696d4b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 21:37:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cd66cb..4b9a887 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg?_wi=1", imageAlt: "Well maintained lawn in Rome GA", }, { @@ -114,7 +114,7 @@ export default function LandingPage() { description="B&R Lawn Maintenance LLC is a local lawn care company serving Rome, GA and surrounding areas. We focus on providing reliable service, fair pricing, and quality results for every property we work on." subdescription="With a 4.9-star rating, we show up on time, communicate clearly, and get the job done right, every single time." icon={ShieldCheck} - imageSrc="http://img.b2bpic.net/free-photo/man-with-paper-near-box-with-flowers_23-2147768480.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-paper-near-box-with-flowers_23-2147768480.jpg?_wi=1" mediaAnimation="slide-up" imageAlt="Local lawn service professional working" /> @@ -148,7 +148,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-helping-neighbors-with-grass-lawn_23-2149139731.jpg?_wi=2", imageAlt: "lawn mowing service lines close up", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-paper-near-box-with-flowers_23-2147768480.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-paper-near-box-with-flowers_23-2147768480.jpg?_wi=2", imageAlt: "lawn mowing service lines close up", }, { @@ -198,7 +198,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149061559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149061559.jpg?_wi=1", imageAlt: "lawn mowing service lines close up", }, ]} @@ -243,7 +243,7 @@ export default function LandingPage() { name: "Sarah J.", role: "Homeowner", testimonial: "Very prompt response, great price, & excellent work.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149061559.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman_23-2149061559.jpg?_wi=2", }, { id: "2", -- 2.49.1