From f31b723190ae07b8fb381dc1f99954899cfb888d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:32:55 +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 5a1669f..6010b78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Well maintained lawn"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg", imageAlt: "Garden design"}, + id: "3", 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: "Garden design"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/cactus-houseplant-collection-decoration-set_53876-31084.jpg", imageAlt: "Backyard patio"}, { @@ -91,21 +91,21 @@ export default function LandingPage() { features={[ { title: "Lawn Maintenance", description: "Professional mowing, edging, and seasonal cleanups to keep your lawn looking pristine all year round.", phoneOne: { - 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"}, phoneTwo: { - 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"}, }, { title: "Garden Design", description: "Customized garden architecture and planting services that bring vibrant life to your yard.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-home-girl-black-sweater-african-woman-office-person-with-flowerpot_1157-42561.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-home-girl-black-sweater-african-woman-office-person-with-flowerpot_1157-42561.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-home-girl-black-sweater-african-woman-office-person-with-flowerpot_1157-42561.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-home-girl-black-sweater-african-woman-office-person-with-flowerpot_1157-42561.jpg?_wi=2"}, }, { title: "Hardscaping", description: "Expertly installed patios, pathways, and decorative stone installations for a beautiful functional landscape.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/mossy-ground-middle-cobblestone-pathway_181624-17204.jpg?_wi=2"}, }, ]} showStepNumbers={true} -- 2.49.1