diff --git a/client/src/pages/home-page.tsx b/client/src/pages/home-page.tsx index 6f08745..a763544 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 { PhotoGallery } from "@/components/photo-gallery"; import { ContactSection } from "@/components/contact/contact-section"; import { CTASection } from "@/components/home/cta-section"; @@ -47,7 +46,6 @@ export default function HomePage() { -