diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index f790c49..1ac2a78 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -4,7 +4,8 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; +import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; @@ -97,7 +98,7 @@ export default function ServicesPage() { {/* Pricing Section */}
-
+ {/* FAQ Section */} +
+ +
+ {/* CTA Section */}
); -} +} \ No newline at end of file