diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 39b5a3a..b77d36a 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import TextAbout from '@/components/sections/about/TextAbout/TextAbout';
export default function AboutPage() {
return (
@@ -21,35 +20,27 @@ export default function AboutPage() {
headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
-
-
+
);
diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 46847c3..4a67b69 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import TextAbout from '@/components/sections/about/TextAbout/TextAbout';
export default function BlogPage() {
return (
@@ -22,53 +21,45 @@ export default function BlogPage() {
headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
);
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 3e9ce7b..f7c6d29 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import TextAbout from '@/components/sections/about/TextAbout/TextAbout';
export default function ContactPage() {
return (
@@ -22,45 +21,37 @@ export default function ContactPage() {
headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
);
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index f783cf3..329ee63 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import TextAbout from '@/components/sections/about/TextAbout/TextAbout';
+import HeroSplit from '@/components/sections/hero/HeroSplit';
export default function ServicesPage() {
return (
@@ -22,50 +22,42 @@ export default function ServicesPage() {
headingFontWeight="normal"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
+
);