From 96c6d3547a57cc2966749a22ae5c6e78777fae91 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Thu, 7 May 2026 15:07:59 +0000 Subject: [PATCH] feat: replace Why Choose Us section with numbered list --- src/pages/HomePage.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7aba541..7c32a34 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,7 +1,7 @@ import AboutText from '@/components/sections/about/AboutText'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqSimple from '@/components/sections/faq/FaqSimple'; -import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards'; +import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; import { Clock, ShieldCheck, DollarSign } from "lucide-react"; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; @@ -58,23 +58,20 @@ export default function HomePage() {
-