From b833053af56a05be40e831ed0425b3a26238b13a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 22:56:46 +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 8a1051c..c668687 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "Resident", testimonial: "After their spring cleaning, my garden got a new life. Beautifully trimmed and refreshed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=1", imageAlt: "fresh cut lawn backyard professional landscaping", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "Resident", testimonial: "Workers started too early on a Saturday. Please respect local noise ordinances.", rating: 3, - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg?_wi=1", imageAlt: "fresh cut lawn backyard professional landscaping", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "Resident", testimonial: "Consistently reliable work. My lawn is the best on the block.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg?_wi=1", imageAlt: "fresh cut lawn backyard professional landscaping", }, { @@ -99,7 +99,7 @@ export default function LandingPage() { handle: "Business Owner", testimonial: "Professional service, always on time and very thorough.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-gardening-digging-soil-her-mid-term-vacation-from-high-school-summer-work-concept_197531-31033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-gardening-digging-soil-her-mid-term-vacation-from-high-school-summer-work-concept_197531-31033.jpg?_wi=1", imageAlt: "fresh cut lawn backyard professional landscaping", }, ]} @@ -113,7 +113,7 @@ export default function LandingPage() { href: "tel:7732264768", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg" + imageSrc="http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/street-texture-retro-tuscany-city_1203-5049.jpg", @@ -166,19 +166,19 @@ export default function LandingPage() { { title: "Lawn Mowing", description: "Routine mowing for residential and commercial properties", - imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard_1303-22793.jpg?_wi=2", imageAlt: "Lawn mowing", }, { title: "Hedge & Bush Trimming", description: "Clean, shaped, and maintained greenery", - imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/old-gardener-cuts-bush-with-large-metal-old-pruning-shears_169016-10697.jpg?_wi=2", imageAlt: "Hedge trimming", }, { title: "Spring & Fall Cleanups", description: "Leaf removal, debris clearing, and yard refresh", - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-gardening-digging-soil-her-mid-term-vacation-from-high-school-summer-work-concept_197531-31033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-girl-gardening-digging-soil-her-mid-term-vacation-from-high-school-summer-work-concept_197531-31033.jpg?_wi=2", imageAlt: "Seasonal cleanup", }, { -- 2.49.1