From b6406191f366fc635815145690d5d550b486a2ae Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:14:55 +0000 Subject: [PATCH 1/2] 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 80e0beb..835798a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -89,7 +89,7 @@ export default function AboutPage() { { value: "15+", title: "Years of Excellence" }, { value: "500+", title: "Satisfied Customers" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=2" imageAlt="Elite HVAC Solutions professional team" useInvertedBackground={false} mediaAnimation="slide-up" -- 2.49.1 From 8ca50bcd1f8b6992b567d4aa6428487226b6c526 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:14:56 +0000 Subject: [PATCH 2/2] 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 730fa92..c6acba3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,7 +113,7 @@ export default function HomePage() { "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg", imageAlt: "Furnace installation"}, { id: "team-photo", imageSrc: - "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg", imageAlt: "HVAC team in uniforms"}, + "http://img.b2bpic.net/free-photo/happy-manual-worker-presenting-results-business-development-while-giving-presentation-company-leaders-his-team-factory_637285-4144.jpg?_wi=1", imageAlt: "HVAC team in uniforms"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -210,7 +210,7 @@ export default function HomePage() { { id: "1", name: "Sarah Martinez", role: "Homeowner", company: "[City] Family Home", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Sarah Martinez"}, + "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=1", imageAlt: "Sarah Martinez"}, { id: "2", name: "James Chen", role: "Property Manager", company: "Downtown Plaza", rating: 5, imageSrc: @@ -218,7 +218,7 @@ export default function HomePage() { { id: "3", name: "Maria Rodriguez", role: "Small Business Owner", company: "Sunshine Retail", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageAlt: "Maria Rodriguez"}, + "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg?_wi=2", imageAlt: "Maria Rodriguez"}, { id: "4", name: "Tom Wilson", role: "Homeowner", company: "[County] Resident", rating: 5, imageSrc: -- 2.49.1