Remove promotional section highlighting key features from the homepage
Removes the FeatureSection component from HomePage in `client/src/pages/home-page.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 88cd88e4-2dbe-4df6-8c8a-7e38f13ef1ec Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/98691bde-2185-4afe-9ae9-9c4e42d103ce.jpg
This commit is contained in:
parent
6b9b4654ed
commit
3299fcddab
|
|
@ -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 (
|
||||
<main>
|
||||
<HeroSection />
|
||||
<FeaturesSection />
|
||||
<AboutSection />
|
||||
<ClassesSection />
|
||||
<CommunitySection />
|
||||
|
|
|
|||
Loading…
Reference in New Issue