From d7eb60b7207c3857750f5dbb14e7f4302e45307a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:20:16 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 48 ++++++++++++++++++++++++++------------- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 197e2a6..c706536 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -22,27 +22,33 @@ export default function ServicesPage() { title: "Window Cleaning", description: "Interior & exterior cleaning with streak-free finish. We handle screens and tracks for complete clarity. Professional equipment and eco-friendly solutions.", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "Spotless window cleaning results"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "Spotless window cleaning results" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Crystal clear residential windows"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Crystal clear residential windows" + }, ], }, { title: "Gutter Cleaning", description: "Complete debris removal and downspout flushing to prevent foundation damage and overflow. Protect your home's structural integrity year-round.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Professional gutter maintenance"}, + imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Professional gutter maintenance" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Home exterior gutter system"}, + imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Home exterior gutter system" + }, ], }, { title: "Pressure Washing", description: "Professional power washing for driveways, siding, patios, and walkways. Mold and mildew removal included. Transform your home's exterior.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Pristine driveway after pressure washing"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Pristine driveway after pressure washing" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Clean exterior surfaces"}, + imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Clean exterior surfaces" + }, ], }, ]; @@ -52,18 +58,22 @@ export default function ServicesPage() { title: "Mount Airy, MD", description: "Our home base and primary service area. 30+ years of trusted local service to our neighbors and friends.", icon: MapPin, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Mount Airy Maryland location"}, + imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Mount Airy Maryland location" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Local service area"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Local service area" + }, ], }, { title: "Linganore & Frederick County", description: "Extended service area covering Linganore and greater Frederick County with the same quality commitment you expect from us.", icon: Navigation, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Service coverage area"}, + imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Service coverage area" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Professional service team"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Professional service team" + }, ], }, ]; @@ -113,7 +123,8 @@ export default function ServicesPage() { id: item.id, }))} button={{ - text: "Get Free Quote", href: "/contact"}} + text: "Get Free Quote", href: "/contact" + }} /> @@ -129,15 +140,20 @@ export default function ServicesPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "Professional window cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "Professional window cleaning" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Gutter cleaning service"}, + imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Gutter cleaning service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Pressure washing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg", imageAlt: "Pressure washing service" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Exterior cleaning services"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Exterior cleaning services" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Professional team"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Professional team" + }, ]} />