From c223c9424ff8af01242be382dd8a5abab0d8bcee Mon Sep 17 00:00:00 2001
From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com>
Date: Sat, 14 Jun 2025 11:57:23 +0000
Subject: [PATCH] Restored to '76c50c941a55e9525407eecd39261079a55aa85a'
Replit-Restored-To: 76c50c941a55e9525407eecd39261079a55aa85a
---
client/src/components/about/about-section.tsx | 34 -------------------
.../components/about/home-about-section.tsx | 34 -------------------
client/src/pages/about-page.tsx | 2 ++
client/src/pages/home-page.tsx | 2 ++
4 files changed, 4 insertions(+), 68 deletions(-)
diff --git a/client/src/components/about/about-section.tsx b/client/src/components/about/about-section.tsx
index 57b21fe..5f329a5 100644
--- a/client/src/components/about/about-section.tsx
+++ b/client/src/components/about/about-section.tsx
@@ -2,7 +2,6 @@ import { Link } from "wouter";
import FadiaImage from "../../assets/Fadia-167-crop.jpg";
import FadiaBridgeImage from "@assets/fadia-bridge3_1749866400701.jpg";
import FadiaStretchImage from "@assets/fadia-stretch_1749866078708.jpg";
-import { Testimonial } from "@/components/community/testimonial";
export function AboutSection() {
return (
@@ -62,39 +61,6 @@ export function AboutSection() {
-
- {/* Testimonials Section */}
-
);
diff --git a/client/src/components/about/home-about-section.tsx b/client/src/components/about/home-about-section.tsx
index caaa8de..0f28edf 100644
--- a/client/src/components/about/home-about-section.tsx
+++ b/client/src/components/about/home-about-section.tsx
@@ -1,6 +1,5 @@
import { Link } from "wouter";
import FadiaImage from "@assets/Fadia-167-crop_1749865267638.jpg";
-import { Testimonial } from "@/components/community/testimonial";
export function HomeAboutSection() {
return (
@@ -42,39 +41,6 @@ export function HomeAboutSection() {
-
- {/* Testimonials Section */}
-
);
diff --git a/client/src/pages/about-page.tsx b/client/src/pages/about-page.tsx
index cba7a1e..bbc1153 100644
--- a/client/src/pages/about-page.tsx
+++ b/client/src/pages/about-page.tsx
@@ -1,4 +1,5 @@
import { AboutSection } from "@/components/about/about-section";
+import { TestimonialsSection } from "@/components/testimonials/testimonials-section";
import { PhotoGallery } from "@/components/photo-gallery";
import { useEffect } from "react";
@@ -16,6 +17,7 @@ export default function AboutPage() {
+
);
diff --git a/client/src/pages/home-page.tsx b/client/src/pages/home-page.tsx
index fe0c40f..aa44af2 100644
--- a/client/src/pages/home-page.tsx
+++ b/client/src/pages/home-page.tsx
@@ -2,6 +2,7 @@ import { HeroSection } from "@/components/home/hero-section";
import { HomeAboutSection } from "@/components/about/home-about-section";
import { ClassesSection } from "@/components/classes/classes-section";
+import { TestimonialsSection } from "@/components/testimonials/testimonials-section";
import { ContactSection } from "@/components/contact/contact-section";
import { CTASection } from "@/components/home/cta-section";
@@ -44,6 +45,7 @@ export default function HomePage() {
+