From 8d0a97992da5bda82282eacd6b3a2255883bd526 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:55:45 +0000 Subject: [PATCH 1/4] 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 d976faa..0558eae 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -75,7 +75,7 @@ export default function AboutPage() { description="15+ Years of Professional Experience" subdescription="Serving North Alabama with Pride and Dedication" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg?_wi=2" imageAlt="Experienced tree service team" mediaAnimation="slide-up" useInvertedBackground={false} @@ -91,7 +91,7 @@ export default function AboutPage() { description="Licensed & Insured Professional Team" subdescription="Committed to Excellence in Every Project" icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg" + imageSrc="http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg?_wi=2" imageAlt="Safety equipment and professional standards" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From f0f9b5a0e78963c57999a8aab1227762bf5b794b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:55:46 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f75045..f0e5416 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function HomePage() { { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500875.jpg", imageAlt: "Skilled and experienced tree service crew"}, { - id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg", imageAlt: "Professional equipment and safety gear"}, + id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/climber-looking-his-carabiners_23-2147665142.jpg?_wi=1", imageAlt: "Professional equipment and safety gear"}, ]} autoPlay={true} autoPlayInterval={5000} @@ -105,16 +105,16 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 16:55:48 +0000 Subject: [PATCH 3/4] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 4b904a0..9443d5d 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -71,16 +71,16 @@ export default function ReviewsPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Harvest, AL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson - Satisfied customer"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", imageAlt: "Sarah Johnson - Satisfied customer"}, { id: "2", name: "Michael Chen", role: "Property Owner", company: "Madison, AL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen - Verified review"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6", imageAlt: "Michael Chen - Verified review"}, { id: "3", name: "Emily Rodriguez", role: "Homeowner", company: "Huntsville, AL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Rodriguez - Happy customer"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7", imageAlt: "Emily Rodriguez - Happy customer"}, { id: "4", name: "David Kim", role: "Business Owner", company: "Athens, AL", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Kim - Business testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8", imageAlt: "David Kim - Business testimonial"}, ]} kpiItems={[ { value: "138+", label: "Verified Reviews" }, -- 2.49.1 From 8d2b78df21ffed1aae03610ed69bb8f7983d6897 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:55:49 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7ea47da..b95de43 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -70,13 +70,13 @@ export default function ServicesPage() {