From 4ab30e411b9ac89bf08ebe5e1c965b15b55ef14e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:26:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 239 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b69d0d8..afb8193 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -31,21 +30,13 @@ export default function LandingPage() { @@ -54,104 +45,61 @@ export default function LandingPage() {
@@ -170,20 +118,11 @@ export default function LandingPage() { 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: "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: "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: "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." @@ -197,31 +136,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "5+", - title: "Years Experience", - items: [ - "Deep industry expertise", - "Reliable support", - ], + 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: "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: "m3", value: "100%", title: "AI Optimization", items: [ + "Advanced analytics", "Energy management"], }, ]} title="Proven Excellence" @@ -229,72 +153,16 @@ export default function LandingPage() { /> -
- -
-
@@ -321,29 +186,19 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1