diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b842cea..7ff939e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,116 +7,34 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file