diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 91f865d..bb8d096 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function AboutPage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Professional cleaning standards" }, - ], + ] as [any, any], }, { 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, @@ -62,7 +62,7 @@ export default function AboutPage() { { imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Mount Airy community" }, - ], + ] as [any, any], }, ]; diff --git a/src/app/page.tsx b/src/app/page.tsx index 84880df..2ad5ef6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Crystal clear residential windows" }, - ], + ] as [any, any], }, { title: "Gutter Cleaning", description: "Complete debris removal and downspout flushing to prevent foundation damage and overflow.", icon: Shield, @@ -75,7 +75,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Home exterior gutter system" }, - ], + ] as [any, any], }, { title: "Pressure Washing", description: "Professional power washing for driveways, siding, patios, and walkways. Mold and mildew removal included.", icon: Zap, @@ -86,7 +86,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Clean exterior surfaces" }, - ], + ] as [any, any], }, ]; diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c706536..8074d19 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -27,7 +27,7 @@ export default function ServicesPage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Crystal clear residential windows" }, - ], + ] as [any, any], }, { 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, @@ -38,7 +38,7 @@ export default function ServicesPage() { { imageSrc: "http://img.b2bpic.net/free-photo/map-montana-polygonal-mesh-line-map-flag-map_559531-11409.jpg", imageAlt: "Home exterior gutter system" }, - ], + ] as [any, any], }, { 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, @@ -49,7 +49,7 @@ export default function ServicesPage() { { imageSrc: "http://img.b2bpic.net/free-photo/boy-putting-up-electric-guitar_23-2148006422.jpg", imageAlt: "Clean exterior surfaces" }, - ], + ] as [any, any], }, ]; @@ -63,7 +63,7 @@ export default function ServicesPage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-servant-washing-windows_23-2149530873.jpg", imageAlt: "Local service area" }, - ], + ] as [any, any], }, { 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, @@ -74,7 +74,7 @@ export default function ServicesPage() { { imageSrc: "http://img.b2bpic.net/free-photo/man-washing-windows-using-spray-detergent_1303-30947.jpg", imageAlt: "Professional service team" }, - ], + ] as [any, any], }, ];