Remove client testimonials from the home page to streamline information

Removes <EnhancedTestimonials /> 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
This commit is contained in:
JeffEmmett 2025-06-14 01:32:52 +00:00
parent b398c906ba
commit f464c73cb6
1 changed files with 0 additions and 2 deletions

View File

@ -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() {
<ClassesSection />
<AboutSection />
<TestimonialsSection />
<EnhancedTestimonials />
<PhotoGallery />
<ContactSection />
<CTASection />