Bob AI: fix build error in src/pages/HomePage.tsx
This commit is contained in:
@@ -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) => <TestimonialRatingCardsOriginal {...props} />;
|
||||
import { Camera, Palette, Sparkles } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user