diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx new file mode 100644 index 0000000..76ec97d --- /dev/null +++ b/src/app/gallery/page.tsx @@ -0,0 +1,24 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; + +export default function GalleryPage() { + return ( + + + + + + + + ); +} \ No newline at end of file