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