diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b6df83b..d2d73fa 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -3,7 +3,7 @@ import ContactCta from '@/components/sections/contact/ContactCta'; import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; -import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; +import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; import { Leaf, ShieldCheck, Sparkles } from "lucide-react"; @@ -88,44 +88,42 @@ export default function HomePage() {
- -
+ +