diff --git a/src/app/page.tsx b/src/app/page.tsx index bf28ec0..7b55637 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroCarouselLogo from '@/components/sections/hero/HeroCarouselLogo'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -66,22 +66,24 @@ export default function LandingPage() {
@@ -267,4 +269,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file