diff --git a/src/app/page.tsx b/src/app/page.tsx index cce0a7e..1ab4507 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 HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TimelineHorizontalCardStack from '@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -271,15 +271,16 @@ const page = () => {