From f16403542c86ca9cc4903d996babe2b55b157558 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 06:39:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 362 ++++++++++++++++------------------------------- 1 file changed, 123 insertions(+), 239 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d273282..03cbb51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,252 +9,136 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; export default function LandingPage() { return ( - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1