From 20fe3a4a8794232421434ee1bb49d8f623d6cc87 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 18:56:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dec551d..9e2d91a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,22 +77,22 @@ export default function LandingPage() { { title: "Energy Efficiency", description: "Reduce your cooling costs while optimizing peak performance during extreme desert summers.", icon: Leaf, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-with-building-model-analyze-maquette-construction-plan-colleagues-doing-teamwork-design-blueprints-looking-urban-real-estate-project_482257-29929.jpg", imageAlt: "Energy Efficiency" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-with-building-model-analyze-maquette-construction-plan-colleagues-doing-teamwork-design-blueprints-looking-urban-real-estate-project_482257-29929.jpg", imageAlt: "Energy Efficiency" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-with-building-model-analyze-maquette-construction-plan-colleagues-doing-teamwork-design-blueprints-looking-urban-real-estate-project_482257-29929.jpg?_wi=1", imageAlt: "Energy Efficiency" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-working-with-building-model-analyze-maquette-construction-plan-colleagues-doing-teamwork-design-blueprints-looking-urban-real-estate-project_482257-29929.jpg?_wi=2", imageAlt: "Energy Efficiency" }, ] }, { title: "Smart Control Systems", description: "Seamless integration of advanced climate technology for complete home automation and peace of mind.", icon: Smartphone, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-activating-robot-cleaner_23-2148994180.jpg", imageAlt: "Smart Controls" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-activating-robot-cleaner_23-2148994180.jpg", imageAlt: "Smart Controls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-activating-robot-cleaner_23-2148994180.jpg?_wi=1", imageAlt: "Smart Controls" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-activating-robot-cleaner_23-2148994180.jpg?_wi=2", imageAlt: "Smart Controls" }, ] }, { title: "Expert Service", description: "Dedicated technicians providing refined, white-glove support with deep technical mastery.", icon: Users, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", imageAlt: "Expert Service" }, - { imageSrc: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg", imageAlt: "Expert Service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg?_wi=1", imageAlt: "Expert Service" }, + { imageSrc: "http://img.b2bpic.net/free-photo/communication-repairing-male-executive-abstract_1134-953.jpg?_wi=2", imageAlt: "Expert Service" }, ] }, ]} -- 2.49.1