From 401abaa09209857891c7520076fb533642743dae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:04:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d631c6..9d14303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,27 +79,27 @@ export default function LandingPage() { title: "Thermal Management", description: "Precision Heating & Cooling solutions tailored to the luxury estate.", icon: Gauge, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg", imageAlt: "Heating system"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=1", imageAlt: "Heating system"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg", imageAlt: "Cooling system"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=2", imageAlt: "Cooling system"}, ], }, { title: "Hydraulic Systems", description: "Advanced Plumbing & Emergency Pipe Recovery for long-term reliability.", icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg", imageAlt: "Plumbing"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=1", imageAlt: "Plumbing"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg", imageAlt: "Pipe repair"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=2", imageAlt: "Pipe repair"}, ], }, { title: "Preventative Care", description: "Long-term diagnostic solutions for the discerning homeowner.", icon: ShieldCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg", imageAlt: "Diagnostics"}, + imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=1", imageAlt: "Diagnostics"}, { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg", imageAlt: "Maintenance"}, + imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=2", imageAlt: "Maintenance"}, ], }, ]} @@ -146,27 +146,27 @@ export default function LandingPage() { title: "Climate Consideration", description: "We ensure your doors stay closed and floors stay pristine.", icon: Home, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg", imageAlt: "Care"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=3", imageAlt: "Care"}, { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg", imageAlt: "Cleanliness"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-microwave_53876-17927.jpg?_wi=4", imageAlt: "Cleanliness"}, ], }, { title: "Post-Service Protocol", description: "Monitoring systems for extended performance after we leave.", icon: Clock, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg", imageAlt: "Protocol"}, + imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=3", imageAlt: "Protocol"}, { - imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg", imageAlt: "Performance"}, + imageSrc: "http://img.b2bpic.net/free-photo/manufacturing-plant-employee-reviews-data-green-screen-pc_482257-125767.jpg?_wi=4", imageAlt: "Performance"}, ], }, { title: "Integrity Pricing", description: "Value-driven, honest pricing with loyalty rewards.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg", imageAlt: "Value"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=3", imageAlt: "Value"}, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg", imageAlt: "Pricing"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-cosmetics-concept_23-2148778669.jpg?_wi=4", imageAlt: "Pricing"}, ], }, ]}