diff --git a/src/app/page.tsx b/src/app/page.tsx index 618ef4a..ee75fd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,6 +13,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Award, BookOpen, HelpCircle, Star, Users, Zap } from 'lucide-react'; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; export default function ITAcademyPage() { return ( @@ -230,6 +231,15 @@ export default function ITAcademyPage() { /> +