From 8bd0b2892fc94fb22c8a701e992cd8e7f6732333 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 05:46:30 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 332 ++++++++------------------------------ 1 file changed, 68 insertions(+), 264 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index ba2be46..9627fd6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -2,12 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterCard from '@/components/sections/footer/FooterCard'; export default function LandingPage() { return ( @@ -24,269 +23,74 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
);