diff --git a/src/app/page.tsx b/src/app/page.tsx index 660ebba..369908c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -42,22 +42,21 @@ export default function LandingPage() {