diff --git a/src/app/sobre/page.tsx b/src/app/sobre/page.tsx index 561ac2a..d23577e 100644 --- a/src/app/sobre/page.tsx +++ b/src/app/sobre/page.tsx @@ -3,101 +3,37 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - - -
- -
- - - - + +
); -} +} \ No newline at end of file