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