diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 1938a17..76dff3b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,8 @@ import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetail import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; -import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; +import TestimonialRatingCardsOriginal from '@/components/sections/testimonial/TestimonialRatingCards'; +const TestimonialRatingCards = TestimonialRatingCardsOriginal as any; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {