diff --git a/src/app/games/page.tsx b/src/app/games/page.tsx deleted file mode 100644 index e32d7f2..0000000 --- a/src/app/games/page.tsx +++ /dev/null @@ -1,61 +0,0 @@ -"use client"; - -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; - -export default function GamesPage() { - return ( - - - -
- -
- -
-
- ); -} \ No newline at end of file