diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9750521..0ddcfd4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,112 +7,51 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);