diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8f1c849..84edaa2 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,9 @@ import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCard import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; -import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; +import TestimonialRatingCardsOriginal from '@/components/sections/testimonial/TestimonialRatingCards'; + +const TestimonialRatingCards = (props: any) => ; import { Camera, Palette, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";