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