From 2b8f12fda7c7b747725ad71adb65a1e5faf113ea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:53:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 59762f9..9a1cf22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,10 +48,10 @@ export default function LandingPage() { ]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/shareholders-reviewing-solar-panel-components-analyzing-material-quality_482257-123381.jpg", imageAlt: "Modern solar panels on a residential roof" }, - { imageSrc: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg", imageAlt: "Commercial solar warehouse installation" }, - { imageSrc: "http://img.b2bpic.net/free-photo/house-holding-blank-sign_1156-354.jpg", imageAlt: "Residential solar energy system" }, - { imageSrc: "http://img.b2bpic.net/free-photo/photovoltaic-power-station-middle-field-with-sheep39s_657883-383.jpg", imageAlt: "Large scale solar farm landscape" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg", imageAlt: "Professional electrical maintenance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg?_wi=1", imageAlt: "Commercial solar warehouse installation" }, + { imageSrc: "http://img.b2bpic.net/free-photo/house-holding-blank-sign_1156-354.jpg?_wi=1", imageAlt: "Residential solar energy system" }, + { imageSrc: "http://img.b2bpic.net/free-photo/photovoltaic-power-station-middle-field-with-sheep39s_657883-383.jpg?_wi=1", imageAlt: "Large scale solar farm landscape" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=1", imageAlt: "Professional electrical maintenance" }, ]} /> @@ -65,10 +65,10 @@ export default function LandingPage() { title="Our Professional Services" description="Comprehensive energy and electrical solutions for every need." features={[ - { title: "Business Solar", description: "Reliable business solutions with rental or ownership options.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg" } }, - { title: "Home Solar", description: "Subscription-based packages to eliminate load shedding.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-holding-blank-sign_1156-354.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-holding-blank-sign_1156-354.jpg" } }, - { title: "Large Scale Solar", description: "Industrial and farming-grade solar energy systems.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photovoltaic-power-station-middle-field-with-sheep39s_657883-383.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photovoltaic-power-station-middle-field-with-sheep39s_657883-383.jpg" } }, - { title: "Electricians on Call", description: "Maintenance, repairs, and compliance by experts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg" } }, + { title: "Business Solar", description: "Reliable business solutions with rental or ownership options.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/industrial-consultant-examines-high-tech-solar-energy-production-line_482257-125958.jpg?_wi=3" } }, + { title: "Home Solar", description: "Subscription-based packages to eliminate load shedding.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/house-holding-blank-sign_1156-354.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/house-holding-blank-sign_1156-354.jpg?_wi=3" } }, + { title: "Large Scale Solar", description: "Industrial and farming-grade solar energy systems.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photovoltaic-power-station-middle-field-with-sheep39s_657883-383.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photovoltaic-power-station-middle-field-with-sheep39s_657883-383.jpg?_wi=3" } }, + { title: "Electricians on Call", description: "Maintenance, repairs, and compliance by experts.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses-uses-tablet_169016-24593.jpg?_wi=3" } }, ]} />