diff --git a/src/app/page.tsx b/src/app/page.tsx index cba0272..043c215 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactInline from '@/components/sections/contact/ContactInline'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; export default function LandingPage() { @@ -258,11 +259,20 @@ export default function LandingPage() {
- console.log(data)} />