diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3f3d782..019d6cf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,33 +7,28 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -79,17 +65,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bc2e42c..5cec90e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,33 +7,28 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ContactPage() { return (