diff --git a/client/src/pages/home-page.tsx b/client/src/pages/home-page.tsx index 6d4541d..9940d26 100644 --- a/client/src/pages/home-page.tsx +++ b/client/src/pages/home-page.tsx @@ -1,5 +1,5 @@ import { HeroSection } from "@/components/home/hero-section"; -import { FeaturesSection } from "@/components/home/feature-card"; + import { AboutSection } from "@/components/about/about-section"; import { ClassesSection } from "@/components/classes/classes-section"; import { CommunitySection } from "@/components/community/community-section"; @@ -17,7 +17,6 @@ export default function HomePage() { return (
-