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

This commit is contained in:
kudinDmitriyUp
2026-06-21 16:12:19 +00:00
parent e67d7af44a
commit 0f397ad202

View File

@@ -4,7 +4,8 @@ import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetail
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import _TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
const TestimonialColumnMarqueeCards = _TestimonialColumnMarqueeCards as any;
import { Layout, Type, Zap } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";