diff --git a/src/app/contacts/page.tsx b/src/app/contacts/page.tsx index 271cea0..19f8fc3 100644 --- a/src/app/contacts/page.tsx +++ b/src/app/contacts/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function ContactsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
);