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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);