diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e76b438..ce6e9d8 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,5 +1,5 @@ import AboutMediaOverlay from '@/components/sections/about/AboutMediaOverlay'; -import ContactCta from '@/components/sections/contact/ContactCta'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeaturesMarqueeCards from '@/components/sections/features/FeaturesMarqueeCards'; import HeroTiltedCards from '@/components/sections/hero/HeroTiltedCards'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; @@ -214,17 +214,11 @@ export default function HomePage() {
-