From 8aa6fb2811cebc2974b42cfa75ab4db2fa39756b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 00:38:44 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 -- 1 file changed, 2 deletions(-) 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';