From d6a6808c62799136b276f38159fec8a0f6117764 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:52:59 +0000 Subject: [PATCH 1/3] Update src/app/electricians/page.tsx --- src/app/electricians/page.tsx | 183 +++++++++------------------------- 1 file changed, 45 insertions(+), 138 deletions(-) diff --git a/src/app/electricians/page.tsx b/src/app/electricians/page.tsx index acc7bda..37193c8 100644 --- a/src/app/electricians/page.tsx +++ b/src/app/electricians/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function ElectriciansPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From 646d5ece5fd57f747b693e47bcaf5ddd92091f36 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:53:00 +0000 Subject: [PATCH 2/3] Update src/app/home-solar/page.tsx --- src/app/home-solar/page.tsx | 183 +++++++++--------------------------- 1 file changed, 45 insertions(+), 138 deletions(-) diff --git a/src/app/home-solar/page.tsx b/src/app/home-solar/page.tsx index 6463409..73d720e 100644 --- a/src/app/home-solar/page.tsx +++ b/src/app/home-solar/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextAbout from '@/components/sections/about/TextAbout'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -export default function LandingPage() { +export default function HomeSolarPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1 From e6b1253b94d0123ece5e9dd0e8b8566bef856fc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 16:53:00 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 426 +++++++++-------------------------------------- 1 file changed, 76 insertions(+), 350 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5599395..59762f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LandingPage() { return ( @@ -25,355 +23,83 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1