From 470a4f0ed6e3291b79bf9139fac5e4d901c85a6e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 16:32:42 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 124 +++++++++++++-------------------------- 1 file changed, 40 insertions(+), 84 deletions(-) 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