diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx new file mode 100644 index 0000000..8c85585 --- /dev/null +++ b/src/app/gallery/page.tsx @@ -0,0 +1,20 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; + +export default function GalleryPage() { + return ( + + + +
+

Gallery

+
+ +
+
+ ); +} \ No newline at end of file