From f4524f3efe2ebdb28f89fa7fca35f0335784937c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:42:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f39eeca..a27aa02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,11 +71,11 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=1", imageAlt: "Freshly cut lawn", }, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg?_wi=1", imageAlt: "Landscape design", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { quote: "We couldn’t be happier with the service we received. Absolutely professional work.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/male-real-estate-agent-doing-business-showing-house-potential-buying-couple_23-2150164666.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=2", imageAlt: "happy homeowner standing in yard", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { quote: "Our yard has never looked better since we hired the team.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-shot-green-lawn-sunlight_181624-22150.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-blue-lines-perfect-using-as-background_181624-15180.jpg?_wi=2", imageAlt: "happy homeowner standing in yard", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { quote: "Reliable, kind, and hardworking. Highly recommend to everyone in the neighborhood.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/people-helping-each-other-community_23-2149139733.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg?_wi=1", imageAlt: "happy homeowner standing in yard", }, ]} @@ -186,10 +186,10 @@ export default function LandingPage() { ], reverse: false, media: { - imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/incognito-man-cutting-overgrown-bushes_651396-1551.jpg?_wi=2", imageAlt: "Mowing", }, - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3418.jpg?_wi=3", imageAlt: "freshly mowed green lawn stripes", }, { -- 2.49.1