diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 7d58265..fabd664 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,6 +1,4 @@ import AboutText from '@/components/sections/about/AboutText'; -import ContactCta from '@/components/sections/contact/ContactCta'; -import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards'; import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TeamProfileCards from '@/components/sections/team/TeamProfileCards';