From 27f7071e05d3be51f66286b7c92388a6c74f6a0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:42:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47d832e..4889d7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Book Priority Service", href: "#contact" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746309.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746309.jpg?_wi=1" imageAlt="Professional technician in clean uniform with shoe covers in modern bathroom" mediaAnimation="slide-up" imagePosition="right" @@ -75,10 +75,10 @@ export default function LandingPage() { features={[ { id: "1", title: "Rapid Response", tags: ["Emergency Service", "45-Min Arrival"], - imageSrc: "http://img.b2bpic.net/free-vector/stopwatch-outline-moving-fast_78370-8142.jpg", imageAlt: "Clock icon representing rapid response"}, + imageSrc: "http://img.b2bpic.net/free-vector/stopwatch-outline-moving-fast_78370-8142.jpg?_wi=1", imageAlt: "Clock icon representing rapid response"}, { id: "2", title: "Protection First", tags: ["Safeguards", "Investment Protection"], - imageSrc: "http://img.b2bpic.net/free-vector/collection-shields-with-ribbons-flat-design_23-2147606230.jpg", imageAlt: "Shield icon for protection and safety"}, + imageSrc: "http://img.b2bpic.net/free-vector/collection-shields-with-ribbons-flat-design_23-2147606230.jpg?_wi=1", imageAlt: "Shield icon for protection and safety"}, { id: "3", title: "Cleanroom Finish", tags: ["Professional Care", "Zero Mess"], imageSrc: "http://img.b2bpic.net/free-vector/check-mark-approval-ribbon-black-green_78370-8855.jpg", imageAlt: "Checkmark icon for quality completion"}, @@ -99,13 +99,13 @@ export default function LandingPage() { features={[ { id: "plumbing", title: "Plumbing & Clogs", tags: ["Center-Clog Snaking", "Flush Toilet Upgrades"], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746309.jpg", imageAlt: "Professional plumbing service"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746309.jpg?_wi=2", imageAlt: "Professional plumbing service"}, { id: "climate", title: "Climate Control", tags: ["Precision A/C Service", "Unit Longevity"], - imageSrc: "http://img.b2bpic.net/free-vector/collection-shields-with-ribbons-flat-design_23-2147606230.jpg", imageAlt: "HVAC climate control system"}, + imageSrc: "http://img.b2bpic.net/free-vector/collection-shields-with-ribbons-flat-design_23-2147606230.jpg?_wi=2", imageAlt: "HVAC climate control system"}, { id: "water", title: "Water Innovation", tags: ["Tankless Systems", "Energy Efficient"], - imageSrc: "http://img.b2bpic.net/free-vector/stopwatch-outline-moving-fast_78370-8142.jpg", imageAlt: "Tankless water heater system"}, + imageSrc: "http://img.b2bpic.net/free-vector/stopwatch-outline-moving-fast_78370-8142.jpg?_wi=2", imageAlt: "Tankless water heater system"}, ]} animationType="slide-up" /> @@ -122,9 +122,9 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "lester", name: "Lester R.", role: "Master Technician", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg", imageAlt: "Lester, Master Technician"}, + id: "lester", name: "Lester R.", role: "Master Technician", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=1", imageAlt: "Lester, Master Technician"}, { - id: "lee", name: "Lee M.", role: "Lead Specialist", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg", imageAlt: "Lee, Lead Specialist"}, + id: "lee", name: "Lee M.", role: "Lead Specialist", imageSrc: "http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14478.jpg?_wi=2", imageAlt: "Lee, Lead Specialist"}, { id: "leonard", name: "Leonard K.", role: "Surge Protection Expert", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-young-handyman-standing-own-workshop-interior_1163-3158.jpg", imageAlt: "Leonard, Surge Protection Expert"}, ]} @@ -169,7 +169,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Describe your issue or service request...", rows: 5, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746309.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746309.jpg?_wi=3" imageAlt="Professional technician ready to help" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1