diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx deleted file mode 100644 index 843ebb0..0000000 --- a/src/app/pricing/page.tsx +++ /dev/null @@ -1,124 +0,0 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { ShoppingBag, CheckCircle } from "lucide-react"; - -export default function PricingPage() { - return ( - - - -
- -
- - -
- ); -}