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() {