From 71a6d2d6340df6b9f2af2f99f754c11a99e8987a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:08:01 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 82 +++++++++------------------------------ 1 file changed, 18 insertions(+), 64 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 442b92d..fb5c777 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -53,41 +45,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Panel Installation", - description: "Professional residential installation.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/mobile-phone-with-wireless-lighting-automation-software_482257-7532.jpg", - }, - 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?_wi=2", - imageAlt: "smart energy app", + title: "Panel Installation", description: "Professional residential installation.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/mobile-phone-with-wireless-lighting-automation-software_482257-7532.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/manager-shaking-hands-with-investor-securing-funding-close-up_482257-126868.jpg" } }, { - title: "Storage Solutions", - description: "Store energy for later use.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/smart-farming-with-agriculture-iot_53876-124634.jpg", - }, - 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?_wi=2", - imageAlt: "smart energy app", + title: "Storage Solutions", description: "Store energy for later use.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/smart-farming-with-agriculture-iot_53876-124634.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/low-light-data-center-running-advanced-ai-models-neural-network-processes_482257-124561.jpg" } }, { - title: "Maintenance", - description: "Ongoing care and monitoring.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/scientists-photovoltaics-factory-experimenting-with-advanced-pv-materials_482257-126689.jpg", - }, - 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?_wi=2", - imageAlt: "smart energy app", - }, + title: "Maintenance", description: "Ongoing care and monitoring.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/scientists-photovoltaics-factory-experimenting-with-advanced-pv-materials_482257-126689.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/electric-farm-with-panels-producing-clean-ecologic-energy_169016-17846.jpg" } + } ]} showStepNumbers={true} title="Our Solar Services" @@ -103,15 +71,9 @@ export default function LandingPage() { description="How we improve your home energy." features={[ { - title: "Smart Tech", - description: "Monitoring apps.", - imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036820.jpg", - }, + title: "Smart Tech", description: "Monitoring apps.", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036820.jpg"}, { - title: "Battery", - description: "Energy backup.", - imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg?_wi=2", - }, + title: "Battery", description: "Energy backup.", imageSrc: "http://img.b2bpic.net/free-photo/energy-storage_1048-2431.jpg"}, ]} /> @@ -121,25 +83,17 @@ export default function LandingPage() { logoText="Solara" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Careers", - href: "/careers", - }, + label: "Careers", href: "/careers"}, ], }, { - title: "Help", - items: [ + title: "Help", items: [ { - label: "FAQ", - href: "/faq", - }, + label: "FAQ", href: "/faq"}, ], }, ]} -- 2.49.1