From a66ed48462bf7aee90affe79ed17663448bd121f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 05:24:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 227 ++++++++++++++--------------------------------- 1 file changed, 69 insertions(+), 158 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6fd422f..f0a3bc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; @@ -25,168 +24,80 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
-
- -
- - +
);