Bob AI: fix build error in src/pages/HomePage.tsx

This commit is contained in:
kudinDmitriyUp
2026-06-14 19:03:17 +00:00
parent 6ee32b2a55
commit 3b37a3dbef

View File

@@ -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) => <TestimonialColumnMarqueeCardsOriginal {...props} />;
import { Clock, Flame, Scissors, Sparkles, Star } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";