diff --git a/src/app/galeria/page.tsx b/src/app/galeria/page.tsx index 2228350..f1d2588 100644 --- a/src/app/galeria/page.tsx +++ b/src/app/galeria/page.tsx @@ -3,108 +3,37 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function GalleryPage() { return ( - - -
- -
- -
- -
- - + +
); -} +} \ No newline at end of file