diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 457d2e3..bdf6ad1 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,7 +2,7 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; 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 MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; import { Leaf, ShieldCheck, Sparkles } from "lucide-react"; @@ -126,37 +126,25 @@ export default function HomePage() {