From d80f8962a6224334ef05a5c7f990a539d10bf070 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:31:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 263 +++++++++++++++++------------------------------ 1 file changed, 96 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24b3b48..50f0017 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,179 +25,108 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- console.log(email)} - tag="Get in touch" - /> -
+
+ console.log(email)} + tag="Get in touch" + /> +
- +
); -} +} \ No newline at end of file -- 2.49.1