From 083fdafbcf55da9f973a5eaa34c418a907362e0c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 11:13:08 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 124 ++++++++++++++++----------------------- 1 file changed, 50 insertions(+), 74 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 88b580b..0aa823e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,87 +7,63 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
);