diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f1279f..1a8c203 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { BarChart, BarChart2, FileText, GraduationCap, MapPin } from "lucide-react"; @@ -45,27 +45,22 @@ export default function LandingPage() {
-
@@ -167,4 +162,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file