diff --git a/src/app/page.tsx b/src/app/page.tsx
index afb8193..eeadf80 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,62 +40,38 @@ export default function LandingPage() {
@@ -117,12 +89,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Residential Solutions", description: "High-efficiency panels and smart monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg"},
- {
- title: "Commercial Expertise", description: "Optimize operations with large-scale arrays.", imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-industrial-automation-strategy-industrial-plant-executives_482257-119141.jpg"},
- {
- title: "Industrial Infrastructure", description: "Robust solutions for heavy industry.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-meeting-with-shareholder-discuss_482257-123402.jpg"},
+ { title: "Residential Solutions", description: "High-efficiency panels and smart monitoring.", imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-resort_1150-17976.jpg" },
+ { title: "Commercial Expertise", description: "Optimize operations with large-scale arrays.", imageSrc: "http://img.b2bpic.net/free-photo/investor-presents-industrial-automation-strategy-industrial-plant-executives_482257-119141.jpg" },
+ { title: "Industrial Infrastructure", description: "Robust solutions for heavy industry.", imageSrc: "http://img.b2bpic.net/free-photo/photovoltaics-factory-manager-meeting-with-shareholder-discuss_482257-123402.jpg" },
]}
title="Our Solar Solutions"
description="Tailored smart energy systems for every scale."
@@ -135,18 +104,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1", value: "5+", title: "Years Experience", items: [
- "Deep industry expertise", "Reliable support"],
- },
- {
- id: "m2", value: "1MW+", title: "Capacity Installed", items: [
- "Successfully delivered", "High-efficiency systems"],
- },
- {
- id: "m3", value: "100%", title: "AI Optimization", items: [
- "Advanced analytics", "Energy management"],
- },
+ { id: "m1", value: "5+", title: "Years Experience", items: ["Deep industry expertise", "Reliable support"] },
+ { id: "m2", value: "1MW+", title: "Capacity Installed", items: ["Successfully delivered", "High-efficiency systems"] },
+ { id: "m3", value: "100%", title: "AI Optimization", items: ["Advanced analytics", "Energy management"] },
]}
title="Proven Excellence"
description="Delivering reliable solar power and smart integration."
@@ -157,12 +117,9 @@ export default function LandingPage() {