diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 00ca158..b5fb4bf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,97 +5,53 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file