From 3299fcddabba9f8a9cf974281f35635a24575b58 Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Mon, 19 May 2025 19:42:18 +0000 Subject: [PATCH] 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 --- client/src/pages/home-page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 (
-