diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 92774ce..0df51a6 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -5,109 +5,57 @@ import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import { Award, CheckCircle, Clock } from "lucide-react";
+import { Users, Wrench, Heart } from "lucide-react";
-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 00ca158..b5fb4bf 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -5,97 +5,53 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import { Phone } from "lucide-react";
-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 6385091..72592fd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -13,215 +13,106 @@ import { Award, CheckCircle, Clock } from "lucide-react";
export default function LandingPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index dcb71da..ec533c0 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -2,138 +2,66 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FaqBase from '@/components/sections/faq/FaqBase';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
-export default function LandingPage() {
+export default function ServicesPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
);
-}
+}
\ No newline at end of file