From 738fa60dc96eb664be0de761aa649a3526760482 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 22:39:10 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 149 ++++++++------------------------------- 1 file changed, 30 insertions(+), 119 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index dfb0902..bf6a0e5 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -2,133 +2,44 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import { Clock, Mail, Phone } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
); -} +} \ No newline at end of file