From 2464047c7f72983178b890c5734de9aa9248f2be Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Sat, 14 Jun 2025 11:45:27 +0000 Subject: [PATCH] Display client testimonials within the 'Meet Fadia' section on homepage Implement testimonials display in HomeAboutSection component using Testimonial component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 993772ca-0b6c-4a66-865f-43bf247cd140 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/5caf6e03-147f-4fb3-8fdf-64ab4dc33c5c.jpg --- .../components/about/home-about-section.tsx | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) 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 */} +