Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 00:16:07 +00:00
parent 9fb21d2791
commit 8797020b85

View File

@@ -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",
},
]}