From f464c73cb6ee62b7029f1e0b26dbaba8c1cc521e Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Sat, 14 Jun 2025 01:32:52 +0000 Subject: [PATCH] Remove client testimonials from the home page to streamline information Removes component from HomePage in `client/src/pages/home-page.tsx`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 149ccd4a-2ccb-4219-9a7b-69a9690dd7ac Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/c5ad344f-879b-4876-8318-21356c73b0cd.jpg --- client/src/pages/home-page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/pages/home-page.tsx b/client/src/pages/home-page.tsx index 8779194..6f08745 100644 --- a/client/src/pages/home-page.tsx +++ b/client/src/pages/home-page.tsx @@ -3,7 +3,6 @@ import { HeroSection } from "@/components/home/hero-section"; import { AboutSection } from "@/components/about/about-section"; import { ClassesSection } from "@/components/classes/classes-section"; import { TestimonialsSection } from "@/components/testimonials/testimonials-section"; -import { EnhancedTestimonials } from "@/components/enhanced-testimonials"; import { PhotoGallery } from "@/components/photo-gallery"; import { ContactSection } from "@/components/contact/contact-section"; @@ -48,7 +47,6 @@ export default function HomePage() { -