diff --git a/client/src/components/about/home-about-section.tsx b/client/src/components/about/home-about-section.tsx index 0f28edf..a698896 100644 --- a/client/src/components/about/home-about-section.tsx +++ b/client/src/components/about/home-about-section.tsx @@ -1,5 +1,6 @@ import { Link } from "wouter"; import FadiaImage from "@assets/Fadia-167-crop_1749865267638.jpg"; +import { Testimonial } from "@/components/community/testimonial"; export function HomeAboutSection() { return ( @@ -41,6 +42,39 @@ export function HomeAboutSection() { + + {/* Testimonials Section */} +
+
+
+ +
+
+ +
+
+ +
+
+
);