From 7aaebaf0088de53d6884985621ea73ded378e981 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:13:14 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 04fd282..88c189b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -123,7 +123,7 @@ export default function AboutPage() { value: "24/7", title: "Emergency Service"}, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/worker-office-receiving-feedback-from-management-executive_482257-126629.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-office-receiving-feedback-from-management-executive_482257-126629.jpg?_wi=1" imageAlt="Shook Towing customer service team" mediaAnimation="blur-reveal" metricsAnimation="slide-up" -- 2.49.1 From 60d53921a2b9f4da6a808b86ee828477a7d3b9a9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:13:15 +0000 Subject: [PATCH 2/3] 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 b0e7e9a..39de5cf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -87,7 +87,7 @@ export default function ContactPage() { text: "Fill Out Form Below", href: "#contact-form"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/mechanic-giving-keys-car-customer_329181-11861.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-giving-keys-car-customer_329181-11861.jpg?_wi=1" imageAlt="professional towing service" mediaAnimation="blur-reveal" background={{ -- 2.49.1 From 6bf4eadfced9ba1d2bcbc4ac0435e4ee47a08afb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 23:13:15 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3657d7b..e5dbccd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,7 @@ export default function HomePage() { text: "Request a Quote", href: "/contact"}, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/mechanic-giving-keys-car-customer_329181-11861.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mechanic-giving-keys-car-customer_329181-11861.jpg?_wi=2" imageAlt="professional tow truck driver helping customer" mediaAnimation="blur-reveal" background={{ @@ -262,7 +262,7 @@ export default function HomePage() { mediaAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/worker-office-receiving-feedback-from-management-executive_482257-126629.jpg" + imageSrc="http://img.b2bpic.net/free-photo/worker-office-receiving-feedback-from-management-executive_482257-126629.jpg?_wi=2" imageAlt="customer support team ready to help" /> -- 2.49.1