From 7678eb3edce8f4b67d27b3716ce0b2a16a225e1e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:22:41 +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 caebeae..52a0544 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,10 +56,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-playing-badminton_23-2149722537.jpg", imageAlt: "Beautiful landscaped property with fresh green lawn" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-care-plants_23-2148509880.jpg", imageAlt: "Professional landscape transformation" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-care-plants_23-2148509880.jpg?_wi=1", imageAlt: "Professional landscape transformation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg", imageAlt: "Stunning outdoor space design" + imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg?_wi=1", imageAlt: "Stunning outdoor space design" } ]} mediaAnimation="opacity" @@ -89,7 +89,7 @@ export default function LandingPage() { 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", imageAlt: "Professional lawn care and maintenance" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-care-plants_23-2148509880.jpg", imageAlt: "Beautiful maintained lawn" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-care-plants_23-2148509880.jpg?_wi=2", imageAlt: "Beautiful maintained lawn" } ] }, @@ -100,7 +100,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron-guy-repairs_1157-41431.jpg", imageAlt: "Professional property cleaning service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg", imageAlt: "Clean transformed property" + imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg?_wi=1", imageAlt: "Clean transformed property" } ] }, @@ -111,7 +111,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/cat-sitting-garbage-bin-outdoors_23-2148666768.jpg", imageAlt: "Professional trash and debris removal" }, { - imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg", imageAlt: "Clean property after removal" + imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg?_wi=2", imageAlt: "Clean property after removal" } ] } @@ -162,13 +162,13 @@ export default function LandingPage() { tagIcon={Image} products={[ { - id: "project-1", name: "Residential Lawn Transformation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-care-plants_23-2148509880.jpg", imageAlt: "Beautiful residential lawn transformation" + id: "project-1", name: "Residential Lawn Transformation", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-taking-care-plants_23-2148509880.jpg?_wi=3", imageAlt: "Beautiful residential lawn transformation" }, { - id: "project-2", name: "Complete Yard Makeover", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg", imageAlt: "Complete yard makeover project" + id: "project-2", name: "Complete Yard Makeover", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/stair-pattern_1203-2595.jpg?_wi=3", imageAlt: "Complete yard makeover project" }, { - id: "project-3", name: "Commercial Property", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg", imageAlt: "Professional commercial landscaping" + id: "project-3", name: "Commercial Property", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg?_wi=2", imageAlt: "Professional commercial landscaping" }, { id: "project-4", name: "Seasonal Maintenance", price: "View Project", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-house-surrounded-by-flowers_23-2150790340.jpg", imageAlt: "Seasonal landscaping maintenance" -- 2.49.1