diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 79e272a..26c5e9d 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -4,10 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function GalleryPage() { return ( - + - + -
- -
- - +
+ +
);