From 4b451ad0f5d6efa0d5443473a3d2ccf475dbde1c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:16:49 +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 f1fa3b4..4627135 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-fresh-spring-green-grass_1232-4935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-fresh-spring-green-grass_1232-4935.jpg?_wi=1", imageAlt: "Manicured lawn", }, { - imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-gardening-tools-flower-pots_23-2148223997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-gardening-tools-flower-pots_23-2148223997.jpg?_wi=1", imageAlt: "Professional tools", }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-kid-playing-outdoors_23-2148504004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-kid-playing-outdoors_23-2148504004.jpg?_wi=1", imageAlt: "Striped lawn", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { title: "Edging & Trimming", description: "Sharp edges along driveways and walkways.", tag: "02", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-fresh-spring-green-grass_1232-4935.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-image-fresh-spring-green-grass_1232-4935.jpg?_wi=2", imageAlt: "Top view of textile", }, { @@ -146,7 +146,7 @@ export default function LandingPage() { title: "Garden Cleanup", description: "Weeding and debris removal to keep beds looking clean.", tag: "03", - imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-gardening-tools-flower-pots_23-2148223997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-gardening-tools-flower-pots_23-2148223997.jpg?_wi=2", imageAlt: "Top view of textile", }, { @@ -154,7 +154,7 @@ export default function LandingPage() { title: "Leaf Removal", description: "Thorough fall cleanup for a spotless yard.", tag: "04", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-kid-playing-outdoors_23-2148504004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-father-kid-playing-outdoors_23-2148504004.jpg?_wi=2", imageAlt: "Top view of textile", }, ]}