diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ae4fd33..1f6c226 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,6 @@ import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards'; import HeroBrand from '@/components/sections/hero/HeroBrand'; -import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; @@ -79,24 +78,6 @@ export default function HomePage() { -