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() {
-