diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 98c89b5..bda5408 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -3,9 +3,9 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
-import FooterBase from "@/components/sections/footer/FooterBase";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
+import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
+import FooterMedia from "@/components/sections/footer/FooterMedia";
+import ContactText from "@/components/sections/contact/ContactText";
export default function ServicesPage() {
return (
@@ -32,62 +32,29 @@ export default function ServicesPage() {
]}
button={{ text: "Get Started", href: "#contact" }}
/>
-
-
-
-
-
-