diff --git a/src/app/post/page.tsx b/src/app/post/page.tsx index 94d6e05..8768800 100644 --- a/src/app/post/page.tsx +++ b/src/app/post/page.tsx @@ -7,7 +7,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function PostPage() { return ( - + -
- -
+
+ +
- + - +
);