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