From 1d0e5178c1672faba991ac9fd2226a921fc0eca7 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 25 May 2026 13:56:03 +0000 Subject: [PATCH] Replaced FaqSimple with FaqSplitMedia for a more visual FAQ section. --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {
-