From 299bbe72c1ff2d3424b76efa05e16b43b36069ab Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 15:58:53 +0000 Subject: [PATCH] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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";