diff --git a/src/app/page.tsx b/src/app/page.tsx index 7061da5..d517a9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,11 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; +import MediaAbout from '@/components/sections/about/MediaAbout'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import { Sparkles, ChevronRight, BarChart3, Users, Settings, Search } from 'lucide-react'; export default function LandingPage() { return ( @@ -25,292 +26,89 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
+ +
-
-
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file