From 5ee8a184a5d2f2f36d875a5465262552da1278a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:02:36 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 128 +++++++++++++++++---------------------- 1 file changed, 57 insertions(+), 71 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e346803..137445c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import LegalSection from '@/components/legal/LegalSection'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ContactPage() { return ( - + - + -
- -
+
+ +
- +
);