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