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