diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a031e11..24cee51 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,8 @@ import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetail import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; -import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; +import _TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; +const TestimonialColumnMarqueeCards = _TestimonialColumnMarqueeCards as any; import { Layout, Type, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";