From 8328c465027d48a1645ea53a868c244f454a2564 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 16:06:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 194 +++++++++++++++++++++++------------------------ 1 file changed, 95 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e21935..e5320ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,9 +5,10 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TextAbout from '@/components/sections/about/TextAbout'; +import { Target, BarChart3, Search, Settings } from 'lucide-react'; export default function LandingPage() { return ( @@ -24,108 +25,103 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1