From cdf0009d3dfd99e90932a80abcf0ee5ba8b8d702 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 20:07:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2d6128..3b43fcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,41 +60,41 @@ export default function LandingPage() { imageAlt: "Gardener working", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg?_wi=1", imageAlt: "Landscaping service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41445.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41445.jpg?_wi=1", imageAlt: "Planting flowers", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg?_wi=1", imageAlt: "Hedge trimming", }, { - imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg?_wi=1", imageAlt: "Lawn care", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/cute-pink-gardening-composition_23-2147673316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-pink-gardening-composition_23-2147673316.jpg?_wi=1", imageAlt: "Blooming garden", }, { - imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg?_wi=2", imageAlt: "Lawn care", }, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg?_wi=2", imageAlt: "Hedge trimming", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41445.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-watering-his-plants-his-garden-man-blue-shirt_1157-41445.jpg?_wi=2", imageAlt: "Planting flowers", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg?_wi=2", imageAlt: "Landscaping service", }, ]} @@ -186,19 +186,19 @@ export default function LandingPage() { { title: "Grasmaaien", description: "Periodiek onderhoud voor een strak en gezond gazon.", - imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg?_wi=3", imageAlt: "Grasmaaien", }, { title: "Heggen Snoeien", description: "Vakkundige vormsnoei voor al uw heggen en struiken.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-male-gardener-pruning-green-plant_23-2147844326.jpg?_wi=3", imageAlt: "Snoeien", }, { title: "Onkruidbeheer", description: "Wij houden borders en bestrating onkruidvrij.", - imageSrc: "http://img.b2bpic.net/free-photo/cute-pink-gardening-composition_23-2147673316.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-pink-gardening-composition_23-2147673316.jpg?_wi=2", imageAlt: "Onkruid", }, ]} -- 2.49.1