diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c7d51c..73f6dbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -41,17 +41,15 @@ export default function LandingPage() {