Update src/app/about/page.tsx
This commit is contained in:
@@ -46,10 +46,10 @@ export default function AboutPage() {
|
||||
title: "Quality First", description: "Every job is completed with meticulous attention to detail. We believe in doing the work right the first time, ensuring your complete satisfaction.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg", imageAlt: "High-quality window cleaning results"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374391.jpg?_wi=3", imageAlt: "High-quality window cleaning results"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Professional cleaning standards"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg?_wi=3", imageAlt: "Professional cleaning standards"
|
||||
},
|
||||
] as [any, any],
|
||||
},
|
||||
@@ -57,10 +57,10 @@ export default function AboutPage() {
|
||||
title: "Local Community", description: "We're proud to be part of the Mount Airy community. Our commitment extends beyond business—we care about our neighbors and their homes.", icon: Heart,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Local service team"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg?_wi=3", imageAlt: "Local service team"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Mount Airy community"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg?_wi=2", imageAlt: "Mount Airy community"
|
||||
},
|
||||
] as [any, any],
|
||||
},
|
||||
@@ -99,7 +99,7 @@ export default function AboutPage() {
|
||||
description="Locally Owned & Operated in Mount Airy, MD"
|
||||
subdescription="Commitment to Quality, Reliability, and Professional Service"
|
||||
icon={CheckCircle}
|
||||
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=4"
|
||||
imageAlt="S n S Window Cleaning professional team"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -125,7 +125,7 @@ export default function AboutPage() {
|
||||
description="Excellence in Every Detail"
|
||||
subdescription="Your trust is our most valuable asset"
|
||||
icon={CheckCircle}
|
||||
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=4"
|
||||
imageAlt="Professional service delivery"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user