diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ccf1b2c..86ad59f 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,8 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards'; import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboardTiltedCarousel'; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; -import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; +import TestimonialRatingCardsOriginal from '@/components/sections/testimonial/TestimonialRatingCards'; +const TestimonialRatingCards = (props: any) => ; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {