diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 14b7d84..a51ecd7 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,7 +6,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function Page() { return ( @@ -57,45 +40,15 @@ export default function LandingPage() {