diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index c6cdee7..d73c01a 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 FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards'; import FeaturesRevealCardsBentoSharp from '@/components/sections/features/FeaturesRevealCardsBentoSharp'; @@ -274,20 +274,21 @@ export default function HomePage() {