diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6ee599b..0afaaff 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -6,107 +6,53 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-export default function LandingPage() {
+export default function AboutPage() {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index aada7fd..40027ed 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -6,116 +6,55 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-export default function LandingPage() {
+export default function ContactPage() {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5a943c9..6dcd326 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,259 +13,107 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
export default function LandingPage() {
return (
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/service-area/page.tsx b/src/app/service-area/page.tsx
index 66591ee..f4e7572 100644
--- a/src/app/service-area/page.tsx
+++ b/src/app/service-area/page.tsx
@@ -6,107 +6,53 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-export default function LandingPage() {
+export default function ServiceAreaPage() {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 1826669..1105a21 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -6,127 +6,59 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen
import FooterSimple from '@/components/sections/footer/FooterSimple';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-export default function LandingPage() {
+export default function ServicesPage() {
return (
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
);
-}
+}
\ No newline at end of file