From 078393cd4231268e70ffe59770cd2eb628332256 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 20:51:08 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 124 +++++++-------------------------------- 1 file changed, 21 insertions(+), 103 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b842cea..7ff939e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,116 +7,34 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -export default function LandingPage() { +export default function ContactPage() { return ( - - -
- -
- -
- -
- - + +
+ +
+
+ +
+
); -} +} \ No newline at end of file