diff --git a/src/app/policy/page.tsx b/src/app/policy/page.tsx deleted file mode 100644 index d32ef2d..0000000 --- a/src/app/policy/page.tsx +++ /dev/null @@ -1,24 +0,0 @@ -"use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import LegalSection from '@/components/legal/LegalSection'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; - -export default function PolicyPage() { - const navItems = [{ name: "Home", id: "/" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, { name: "Shop", id: "/shop" }]; - return ( - - - - - - ); -} \ No newline at end of file