From bb1d4d80f1a5fce202038acaa4038ccf78dc00a1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:35:36 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3ae3775..fa16e5c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,7 +46,7 @@ export default function ContactPage() { { text: "Get a Free Quote", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=11" imageAlt="Professional service technician" showDimOverlay={false} /> -- 2.49.1 From c084afcea76e439c74d5f813f633281173b61d36 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:35:37 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index e18202e..a274cca 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -48,7 +48,7 @@ export default function GalleryPage() { { text: "📞 Call Now: (216) 269-6406", href: "tel:(216) 269-6406" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=3" imageAlt="Professional service work" showDimOverlay={false} /> @@ -60,27 +60,27 @@ export default function GalleryPage() { description="Browse through our recent completed projects showcasing the quality and attention to detail we bring to every job." features={[ { - title: "Maintenance Project", description: "Routine maintenance completed on schedule with thorough inspection and detailed report provided to customer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg", imageAlt: "Maintenance project", buttonIcon: CheckCircle, + title: "Maintenance Project", description: "Routine maintenance completed on schedule with thorough inspection and detailed report provided to customer.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=4", imageAlt: "Maintenance project", buttonIcon: CheckCircle, buttonHref: "#contact" }, { - title: "Emergency Repair", description: "Quick response to emergency issue. Problem identified and resolved same day with professional workmanship.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg", imageAlt: "Emergency repair", buttonIcon: AlertCircle, + title: "Emergency Repair", description: "Quick response to emergency issue. Problem identified and resolved same day with professional workmanship.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=5", imageAlt: "Emergency repair", buttonIcon: AlertCircle, buttonHref: "#contact" }, { - title: "Equipment Installation", description: "New equipment professionally installed with proper testing and customer training on operation and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg", imageAlt: "Equipment installation", buttonIcon: Hammer, + title: "Equipment Installation", description: "New equipment professionally installed with proper testing and customer training on operation and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=6", imageAlt: "Equipment installation", buttonIcon: Hammer, buttonHref: "#contact" }, { - title: "System Upgrade", description: "Complete system upgrade improving efficiency and performance. Modern technology integrated with minimal downtime.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg", imageAlt: "System upgrade", buttonIcon: Zap, + title: "System Upgrade", description: "Complete system upgrade improving efficiency and performance. Modern technology integrated with minimal downtime.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=7", imageAlt: "System upgrade", buttonIcon: Zap, buttonHref: "#contact" }, { - title: "Preventative Maintenance", description: "Comprehensive preventative maintenance performed. All components inspected, cleaned, and serviced for optimal performance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg", imageAlt: "Preventative maintenance", buttonIcon: Wrench, + title: "Preventative Maintenance", description: "Comprehensive preventative maintenance performed. All components inspected, cleaned, and serviced for optimal performance.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=8", imageAlt: "Preventative maintenance", buttonIcon: Wrench, buttonHref: "#contact" }, { - title: "Custom Solution", description: "Unique challenge solved with custom solution. Problem-solving expertise applied to deliver perfect results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg", imageAlt: "Custom solution", buttonIcon: Star, + title: "Custom Solution", description: "Unique challenge solved with custom solution. Problem-solving expertise applied to deliver perfect results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=9", imageAlt: "Custom solution", buttonIcon: Star, buttonHref: "#contact" } ]} -- 2.49.1 From 5564c965f0c1c9bde30be1ef0900e74c9ac7ffc5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:35:37 +0000 Subject: [PATCH 3/5] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a14bb70..d8e3705 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=1" imageAlt="Professional service technician" showDimOverlay={false} /> -- 2.49.1 From 5e6a4692cda8d19fdbd37aff506f75d77a997cae Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:35:38 +0000 Subject: [PATCH 4/5] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 01ead24..b95fa1d 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -46,7 +46,7 @@ export default function ReviewsPage() { { text: "Get a Free Quote", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=10" imageAlt="Professional service technician" showDimOverlay={false} /> -- 2.49.1 From 19a3762f37f716b3196572137366a5f8e43a4e6e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:35:38 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3c973c5..ac8791a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -48,7 +48,7 @@ export default function ServicesPage() { { text: "📞 Call Now: (216) 269-6406", href: "tel:(216) 269-6406" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-men-working-together-with-drill_23-2148751982.jpg?_wi=2" imageAlt="Professional service technician" showDimOverlay={false} /> -- 2.49.1