diff --git a/src/app/seo/page.tsx b/src/app/seo/page.tsx index d3d15d8..6305786 100644 --- a/src/app/seo/page.tsx +++ b/src/app/seo/page.tsx @@ -6,91 +6,47 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -export default function LandingPage() { +export default function SeoPage() { return ( - - -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file