From 23e439d280c202bd7de6e57a4c2d33653ec9c96c Mon Sep 17 00:00:00 2001
From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com>
Date: Sat, 14 Jun 2025 01:33:58 +0000
Subject: [PATCH] Remove image gallery from main website page to streamline
user experience
Removes PhotoGallery 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/ba5c3402-7187-491f-87d3-cc47c7c4fd21.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 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() {
-