Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-02 20:29:12 +00:00

View File

@@ -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}