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}