From ad5689d3c6a27a50839d649359f5c7c7e46d6994 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:14:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 720fc81..cd60f0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg?_wi=1", imageAlt: "Landscape Design Paradise", }, { @@ -112,19 +112,19 @@ export default function LandingPage() { { title: "Lawn Care & Maintenance", description: "Professional weekly lawn care, fertilization, and weed control programs.", - imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=1", imageAlt: "Lawn care service", }, { title: "Landscape Design", description: "Custom garden design, hardscape installation, and patio construction.", - imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg?_wi=1", imageAlt: "Landscape design", }, { title: "Tree & Shrub Care", description: "Expert pruning, trimming, and seasonal health management.", - imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg?_wi=1", imageAlt: "Tree care", }, ]} @@ -147,7 +147,7 @@ export default function LandingPage() { price: "Featured", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg?_wi=1", }, { id: "2", @@ -257,7 +257,7 @@ export default function LandingPage() { quote: "Very professional. They keep their schedule with no surprises. I strongly recommend.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/happy-joyful-guy-enjoying-leisure-time_1262-20555.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/contemporary-house-architecture_23-2151050996.jpg?_wi=2", imageAlt: "happy client portrait smiling", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { quote: "My garden has never looked better. Highly recommend their landscaping services.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-father-posing-with-arms-crossed_23-2148414862.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=2", imageAlt: "happy client portrait smiling", }, { @@ -279,7 +279,7 @@ export default function LandingPage() { quote: "Efficient and high-quality work. Will hire again.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/friendly-entrepreneur-posing-modern-office_74855-3442.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cement-background-crossed-by-diagonal-line-pebbles-stone_158595-6387.jpg?_wi=2", imageAlt: "happy client portrait smiling", }, { @@ -290,7 +290,7 @@ export default function LandingPage() { quote: "They turned my backyard into a beautiful living space.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gardener-garden-with-hut-cuts-tree-with-hedgehogs-against-sky_169016-10257.jpg?_wi=2", imageAlt: "happy client portrait smiling", }, { @@ -301,7 +301,7 @@ export default function LandingPage() { quote: "Fast service and great results. Very professional.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grass-background_1127-3417.jpg?_wi=2", imageAlt: "happy client portrait smiling", }, ]} -- 2.49.1