diff --git a/src/app/page.tsx b/src/app/page.tsx index 36bfe75..656fd4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,35 +4,35 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import { Brain, Target, BarChart3, TrendingUp, Sparkles, Database } from 'lucide-react'; export default function LandingPage() { return (