Update src/app/services/page.tsx
This commit is contained in:
@@ -44,10 +44,10 @@ export default function ServicesPage() {
|
||||
title="Explore Our Full Range of Solar Services"
|
||||
description="Whatever your energy needs, City Solar provides end-to-end solutions designed for maximum efficiency and savings."
|
||||
features={[
|
||||
{ title: "Residential Solar Installation", description: "Power your home with clean energy, reduce bills, and increase your property's value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/ecological-house-with-green-wire_1156-355.jpg", imageAlt: "Residential solar installation" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/ecological-house-with-green-wire_1156-355.jpg", imageAlt: "Residential solar installation" } },
|
||||
{ title: "Commercial Solar Systems", description: "Achieve significant operational savings and enhance your corporate sustainability profile.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg", imageAlt: "Commercial solar systems" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg", imageAlt: "Commercial solar systems" } },
|
||||
{ title: "Solar Panel Maintenance", description: "Comprehensive cleaning, inspection, and repair services to keep your system performing optimally.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineers-talking-outdoors_23-2149352237.jpg", imageAlt: "Solar panel maintenance" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineers-talking-outdoors_23-2149352237.jpg", imageAlt: "Solar panel maintenance" } },
|
||||
{ title: "Energy Storage & Batteries", description: "Secure uninterrupted power with advanced battery storage solutions, day and night.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048134.jpg", imageAlt: "Energy storage battery systems" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048134.jpg", imageAlt: "Energy storage battery systems" } }
|
||||
{ title: "Residential Solar Installation", description: "Power your home with clean energy, reduce bills, and increase your property's value.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/ecological-house-with-green-wire_1156-355.jpg?_wi=3", imageAlt: "Residential solar installation" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/ecological-house-with-green-wire_1156-355.jpg?_wi=4", imageAlt: "Residential solar installation" } },
|
||||
{ title: "Commercial Solar Systems", description: "Achieve significant operational savings and enhance your corporate sustainability profile.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg?_wi=3", imageAlt: "Commercial solar systems" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/ecology-sunny-summer-global-alternative_1127-2396.jpg?_wi=4", imageAlt: "Commercial solar systems" } },
|
||||
{ title: "Solar Panel Maintenance", description: "Comprehensive cleaning, inspection, and repair services to keep your system performing optimally.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineers-talking-outdoors_23-2149352237.jpg?_wi=3", imageAlt: "Solar panel maintenance" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-engineers-talking-outdoors_23-2149352237.jpg?_wi=4", imageAlt: "Solar panel maintenance" } },
|
||||
{ title: "Energy Storage & Batteries", description: "Secure uninterrupted power with advanced battery storage solutions, day and night.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048134.jpg?_wi=3", imageAlt: "Energy storage battery systems" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-structure_23-2151048134.jpg?_wi=4", imageAlt: "Energy storage battery systems" } }
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user