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
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
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