diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 503b642..bd71e16 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,8 +5,15 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards'; import HeroSplitMediaGrid from '@/components/sections/hero/HeroSplitMediaGrid'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; -import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; +import TestimonialRatingCardsOriginal from '@/components/sections/testimonial/TestimonialRatingCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import { ComponentProps } from 'react'; + +const TestimonialRatingCards = ( + props: ComponentProps & { + items?: Array>; + } +) => ; export default function HomePage() { return (