diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 979360d..68c0dc3 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -2,23 +2,23 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; + import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; -import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; +import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; export default function PricingPage() { return ( -
+
-
- -