diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 4931f6a..5e40695 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMa import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; import { BarChart2, Sparkles, TrendingUp } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import FaqSimple from "@/components/sections/faq/FaqSimple"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; export default function HomePage() { return ( @@ -215,7 +215,7 @@ export default function HomePage() {
-