diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5e08aa9..1a54624 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function ContactPage() { +export default function LandingPage() { return ( @@ -37,18 +49,27 @@ export default function ContactPage() {
); -} \ No newline at end of file +}