From 858a3b95e0922e0e97b80d6aef871c4832d85022 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:29:08 +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 28c1f95..9836fb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,18 +69,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Pressure Washing", description: "Expert driveway and concrete surface cleaning.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", imageAlt: "Pressure washing" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg", imageAlt: "Pressure washing" }, + title: "Pressure Washing", description: "Expert driveway and concrete surface cleaning.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=1", imageAlt: "Pressure washing" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wall-texture-pattern_58702-14890.jpg?_wi=2", imageAlt: "Pressure washing" }, }, { id: 2, - title: "House Washing", description: "Safe, effective exterior surface cleaning.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "House washing" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "House washing" }, + title: "House Washing", description: "Safe, effective exterior surface cleaning.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=1", imageAlt: "House washing" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=2", imageAlt: "House washing" }, }, { id: 3, - title: "Gutter Cleaning", description: "Prevent debris buildup and protect your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg", imageAlt: "Gutter cleaning" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg", imageAlt: "Gutter cleaning" }, + title: "Gutter Cleaning", description: "Prevent debris buildup and protect your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg?_wi=1", imageAlt: "Gutter cleaning" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/enjoying-morning-sun-before-start-work_329181-11779.jpg?_wi=2", imageAlt: "Gutter cleaning" }, }, ]} showStepNumbers={false} -- 2.49.1