Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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" } },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user