From c12384420709654678986fead79a9889d7075ed2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 20:03:28 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 125 ++++++++++++--------------------------- 1 file changed, 37 insertions(+), 88 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d4c1327..a6d88ec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -7,7 +7,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function ContactPage() { return ( - + - + -
- -
+
+ +
- +
); -- 2.49.1 From 6d57c0f4380358e76f2e12ad0ba381bfa361b1f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 20:03:29 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 370 +++++++++++++---------------------------------- 1 file changed, 102 insertions(+), 268 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 292e135..3308ba5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,280 +25,114 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1