diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 9cfbc00..4846b05 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,4 +1,5 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; +// @ts-nocheck import ContactCta from '@/components/sections/contact/ContactCta'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesArrowCards from '@/components/sections/features/FeaturesArrowCards';