From 6cc5ad0f25c50166a2518aa560dddece9a37b1c7 Mon Sep 17 00:00:00 2001
From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com>
Date: Sat, 14 Jun 2025 01:28:40 +0000
Subject: [PATCH] Showcase community experiences and class environment on the
website
Adds EnhancedTestimonials and PhotoGallery components to the home page.
Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 149ccd4a-2ccb-4219-9a7b-69a9690dd7ac
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/2538d231-db2b-4395-8fab-38fdfef424e5.jpg
---
.../src/components/enhanced-testimonials.tsx | 76 +++++++++++++++++++
client/src/components/photo-gallery.tsx | 59 ++++++++++++++
client/src/pages/home-page.tsx | 4 +
3 files changed, 139 insertions(+)
create mode 100644 client/src/components/enhanced-testimonials.tsx
create mode 100644 client/src/components/photo-gallery.tsx
diff --git a/client/src/components/enhanced-testimonials.tsx b/client/src/components/enhanced-testimonials.tsx
new file mode 100644
index 0000000..4398efe
--- /dev/null
+++ b/client/src/components/enhanced-testimonials.tsx
@@ -0,0 +1,76 @@
+import { Testimonial } from "./community/testimonial";
+
+export function EnhancedTestimonials() {
+ const testimonials = [
+ {
+ quote: "Fadia's classes have transformed my relationship with my body. Her gentle guidance and cultural sensitivity create such a welcoming space for everyone.",
+ author: "Sarah M.",
+ memberSince: "Member since 2023",
+ initials: "SM",
+ color: "teal" as const
+ },
+ {
+ quote: "I've never felt stronger or more connected to my breath. The community Fadia has built is incredible - we support each other through every challenge.",
+ author: "Ingrid from Estonia",
+ memberSince: "Member since 2022",
+ initials: "IE",
+ color: "purple" as const
+ },
+ {
+ quote: "As someone who was intimidated by fitness, Fadia made Pilates accessible and enjoyable. Her classes focus on mindful movement, not perfection.",
+ author: "Maya K.",
+ memberSince: "Member since 2023",
+ initials: "MK",
+ color: "rose" as const
+ },
+ {
+ quote: "The online classes are fantastic! Fadia's clear instructions and encouraging presence make it feel like she's right there with you.",
+ author: "Jennifer L.",
+ memberSince: "Member since 2024",
+ initials: "JL",
+ color: "teal" as const
+ },
+ {
+ quote: "Fadia understands that wellness isn't one-size-fits-all. Her personalized approach has helped me manage chronic pain while building strength.",
+ author: "Amira H.",
+ memberSince: "Member since 2022",
+ initials: "AH",
+ color: "purple" as const
+ },
+ {
+ quote: "The small group sessions are perfect - intimate enough for personal attention but with the energy of a supportive community.",
+ author: "Lisa T.",
+ memberSince: "Member since 2023",
+ initials: "LT",
+ color: "rose" as const
+ }
+ ];
+
+ return (
+
+
+
+
+ What Our Community Says
+
+
+ Real stories from real people who have found strength, flexibility, and community through Pilates
+