From f1150d840ae8a1d708858c164b7c4691126d0814 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:07:37 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 08dc2d2..0c2a5ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,14 +63,14 @@ export default function LandingPage() { handle: "@ml_home", testimonial: "Excellent service and instant savings! My energy bills dropped by 70%.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg?_wi=1", }, { name: "David Smith", handle: "@ds_home", testimonial: "The installation process was incredibly smooth and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg?_wi=1", }, { name: "Elena Rodriguez", @@ -94,7 +94,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498450.jpg", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-small-house-with-solar-panels-green-field-canary-islands_181624-13505.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-small-house-with-solar-panels-green-field-canary-islands_181624-13505.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205433.jpg", @@ -147,7 +147,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Committed to a Greener Future" description="We specialize in end-to-end solar solutions, from initial consultation to final installation, ensuring maximum efficiency for your property." - imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-team-evaluating-solar-cells-designs-improve-efficiency_482257-123388.jpg" + imageSrc="http://img.b2bpic.net/free-photo/photovoltaics-factory-team-evaluating-solar-cells-designs-improve-efficiency_482257-123388.jpg?_wi=1" /> @@ -186,7 +186,7 @@ export default function LandingPage() { button: { text: "Get Started", }, - imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg?_wi=1", }, ]} /> -- 2.49.1 From b8c723ee8c766d8fa885abe1d565382de81ee56b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:07:37 +0000 Subject: [PATCH 2/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2458c7d..442b92d 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/manager-shaking-hands-with-investor-securing-funding-close-up_482257-126868.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-small-house-with-solar-panels-green-field-canary-islands_181624-13505.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-small-house-with-solar-panels-green-field-canary-islands_181624-13505.jpg?_wi=2", imageAlt: "smart energy app", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/low-light-data-center-running-advanced-ai-models-neural-network-processes_482257-124561.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-team-evaluating-solar-cells-designs-improve-efficiency_482257-123388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-team-evaluating-solar-cells-designs-improve-efficiency_482257-123388.jpg?_wi=2", imageAlt: "smart energy app", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/electric-farm-with-panels-producing-clean-ecologic-energy_169016-17846.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-handsome-dark-haired-latin-man-posing-with-arms-folded-kitchen_74855-8094.jpg?_wi=2", imageAlt: "smart energy app", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { { title: "Battery", description: "Energy backup.", - imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg?_wi=2", }, ]} /> -- 2.49.1 From eac661be5984cf4fd8297836a47da8c5f11b111f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:07:38 +0000 Subject: [PATCH 3/3] Update src/app/testimonials/page.tsx --- src/app/testimonials/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx index 90d8a7f..c582fca 100644 --- a/src/app/testimonials/page.tsx +++ b/src/app/testimonials/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { role: "Owner", company: "Private", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-home-with-book_23-2147611420.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1