From 16f19d4698d9d70119a90406a6c05a40001b513a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 04:15:23 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 119 ++++++++++++++------------------------- 1 file changed, 43 insertions(+), 76 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0e5b863..daeaf17 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + - +
); -- 2.49.1