diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 679056d..f2c3201 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,7 +2,7 @@ import AboutTextSplit from '@/components/sections/about/AboutTextSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesComparison from '@/components/sections/features/FeaturesComparison'; -import HeroBrand from '@/components/sections/hero/HeroBrand'; +import HeroBrandCarousel from '@/components/sections/hero/HeroBrandCarousel'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; @@ -13,7 +13,7 @@ export default function HomePage() { <>