Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-15 15:08:08 +00:00

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Testimonials",
id: "/testimonials",
},
name: "Testimonials", id: "/testimonials"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Solara"
/>
@@ -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"},
]}
/>
</div>
@@ -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"},
],
},
]}