diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx new file mode 100644 index 0000000..8fb234a --- /dev/null +++ b/src/app/pricing/page.tsx @@ -0,0 +1,45 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import ReactLenis from "lenis/react"; + +export default function PricingPage() { + return ( + + + + + + + + ); +} \ No newline at end of file