From 1789bf384f45a7b99de1dff3043eba96de446e40 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:57:24 +0000 Subject: [PATCH] Switch to version 1: remove src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 124 --------------------------------------- 1 file changed, 124 deletions(-) delete mode 100644 src/app/pricing/page.tsx 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 ( - - - -
- -
- - -
- ); -}