diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7bb1da4..ace9094 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,9 @@ import FeaturesBorderGlow from '@/components/sections/features/FeaturesBorderGlo import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; -import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; +import TestimonialColumnMarqueeCardsOriginal from '@/components/sections/testimonial/TestimonialColumnMarqueeCards'; + +const TestimonialColumnMarqueeCards = (props: any) => ; import { Clock, Flame, Scissors, Sparkles, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";