From 76f27f67158cf9f59b832dec28cceaf94d69060f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 09:44:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 250 +++++++++++++++++------------------------------ 1 file changed, 90 insertions(+), 160 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69e819d..d4d69ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,178 +6,108 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1