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