From 8797020b85caa4334aa4e73a608c79290a27acbf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:16:07 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 071af57..3eb0048 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -24,11 +24,11 @@ export default function ServicesPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=4", imageAlt: "Spotless window cleaning results", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=4", imageAlt: "Crystal clear residential windows", }, ], @@ -39,11 +39,11 @@ export default function ServicesPage() { icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=4", imageAlt: "Professional gutter maintenance", }, { - imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg?_wi=3", imageAlt: "Home exterior gutter system", }, ], @@ -54,11 +54,11 @@ export default function ServicesPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=5", imageAlt: "Pristine driveway after pressure washing", }, { - imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=5", imageAlt: "Clean exterior surfaces", }, ], @@ -72,11 +72,11 @@ export default function ServicesPage() { icon: MapPin, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg?_wi=4", imageAlt: "Mount Airy Maryland location", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=5", imageAlt: "Local service area", }, ], @@ -87,11 +87,11 @@ export default function ServicesPage() { icon: Navigation, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg?_wi=5", imageAlt: "Service coverage area", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=5", imageAlt: "Professional service team", }, ], @@ -164,23 +164,23 @@ export default function ServicesPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=5", imageAlt: "Professional window cleaning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg?_wi=6", 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", + imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=6", imageAlt: "Pressure washing service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=6", imageAlt: "Exterior cleaning services", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=6", imageAlt: "Professional team", }, ]}