From 1e3e9135259b1f8d83474e7745df665369d49fef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:22:14 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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], }, ]; -- 2.49.1 From 456a4cf320868f9aae03aad7d362d21243c8f952 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:22:15 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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], }, ]; -- 2.49.1 From a1828d223e26d4e18f02ce462be68d314130efe8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:22:15 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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], }, ]; -- 2.49.1