diff --git a/src/app/page.tsx b/src/app/page.tsx index cd1eea6..6c5f354 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,25 +47,15 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1", - imageAlt: "Freshly pressure washed driveway", - }, + imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1", imageAlt: "Freshly pressure washed driveway"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=1", - imageAlt: "Professional house washing", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=1", imageAlt: "Professional house washing"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=1", - imageAlt: "Clean driveway and patio", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=1", imageAlt: "Clean driveway and patio"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-protective-gloves-is-painting-wooden-fence-bright-summer-day_613910-17104.jpg?_wi=1", - imageAlt: "Restored fence and deck", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-protective-gloves-is-painting-wooden-fence-bright-summer-day_613910-17104.jpg?_wi=1", imageAlt: "Restored fence and deck"}, { - imageSrc: "http://img.b2bpic.net/free-photo/effort-fatigue-young-adult-tired-man-protective-helmet-bright-vest-with-special-equipment-working-construction-site-against-background-new-building_259150-57671.jpg?_wi=1", - imageAlt: "Commercial cleaning services", - }, + imageSrc: "http://img.b2bpic.net/free-photo/effort-fatigue-young-adult-tired-man-protective-helmet-bright-vest-with-special-equipment-working-construction-site-against-background-new-building_259150-57671.jpg?_wi=1", imageAlt: "Commercial cleaning services"}, ]} buttons={[ { text: "Get a Free Quote", href: "/contact" }, @@ -80,29 +70,13 @@ export default function HomePage() { ); -} \ No newline at end of file +}