diff --git a/client/src/pages/about-page.tsx b/client/src/pages/about-page.tsx
index 3fdfe81..6d483bc 100644
--- a/client/src/pages/about-page.tsx
+++ b/client/src/pages/about-page.tsx
@@ -1,5 +1,6 @@
import { AboutSection } from "@/components/about/about-section";
-import { NewsletterSection } from "@/components/newsletter/newsletter-section";
+import { EnhancedTestimonials } from "@/components/enhanced-testimonials";
+import { PhotoGallery } from "@/components/photo-gallery";
import { useEffect } from "react";
export default function AboutPage() {
@@ -16,7 +17,8 @@ export default function AboutPage() {
-
+
+
);
}
diff --git a/client/src/pages/classes-page.tsx b/client/src/pages/classes-page.tsx
index ed96bc1..1de7588 100644
--- a/client/src/pages/classes-page.tsx
+++ b/client/src/pages/classes-page.tsx
@@ -1,5 +1,6 @@
import { ClassesSection } from "@/components/classes/classes-section";
-import { NewsletterSection } from "@/components/newsletter/newsletter-section";
+import { EnhancedTestimonials } from "@/components/enhanced-testimonials";
+import { PhotoGallery } from "@/components/photo-gallery";
import { useEffect } from "react";
export default function ClassesPage() {
@@ -16,7 +17,8 @@ export default function ClassesPage() {
-
+
+
);
}
diff --git a/client/src/pages/community-page.tsx b/client/src/pages/community-page.tsx
index 1c84a3a..ec50544 100644
--- a/client/src/pages/community-page.tsx
+++ b/client/src/pages/community-page.tsx
@@ -1,5 +1,6 @@
import { CommunitySection } from "@/components/community/community-section";
-import { NewsletterSection } from "@/components/newsletter/newsletter-section";
+import { EnhancedTestimonials } from "@/components/enhanced-testimonials";
+import { PhotoGallery } from "@/components/photo-gallery";
import { useEffect } from "react";
export default function CommunityPage() {
@@ -16,7 +17,8 @@ export default function CommunityPage() {
-
+
+
);
}