From e409633597b5f2a697e18100d805789a84d45d8c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:38:54 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 93 ++++++++++++++++------------------------ 1 file changed, 37 insertions(+), 56 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 08991b2..67a8bfa 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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
- + - +
); -- 2.49.1 From f7a08603b7d0ae7156d776d5f53c0a8a86135044 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:38:55 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 310 ++++++++++++++--------------------------------- 1 file changed, 89 insertions(+), 221 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1cd7e84..fb30740 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,233 +25,101 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1