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

Gallery

+

Explore our visual journey through photography and highlights.

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