From 62d0f6b0c23fe62424e7f6b67aced8d1e1507cc4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:53:48 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 137 +++++++++++---------------------------- 1 file changed, 38 insertions(+), 99 deletions(-) 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 ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);