diff --git a/client/src/components/community/community-section.tsx b/client/src/components/community/community-section.tsx index 98cb24a..a24109e 100644 --- a/client/src/components/community/community-section.tsx +++ b/client/src/components/community/community-section.tsx @@ -2,7 +2,6 @@ import { useState, useEffect } from "react"; import { Testimonial } from "./testimonial"; import { useAuth } from "@/hooks/use-auth"; import { Link } from "wouter"; -import { ArabicDecoration } from "@/components/ui/arabic-decoration"; import { Card, CardContent } from "@/components/ui/card"; import { SectionDivider, SectionDividerBottom, StarDivider } from "@/components/ui/section-divider"; import { IslamicPattern } from "@/components/ui/section-divider"; @@ -17,21 +16,21 @@ export function CommunitySection() { author: "Sarah H.", memberSince: "2021", initials: "SH", - color: "teal", + color: "teal" as const, }, { quote: "As someone recovering from back surgery, I was hesitant to try Pilates. Fadia's expertise made me feel safe and I've gained strength I never thought possible.", author: "Michael K.", memberSince: "2022", initials: "MK", - color: "purple", + color: "purple" as const, }, { quote: "The community aspect of Pilates with Fadia sets it apart. I've not only improved my physical health but have made wonderful connections with fellow members.", author: "Amina L.", memberSince: "2020", initials: "AL", - color: "rose", + color: "rose" as const, }, ]; @@ -48,76 +47,98 @@ export function CommunitySection() { }, [user]); return ( -
-
-
- -

Our Community

-
-

- Connect with like-minded individuals on your wellness journey through our digital community board. -

-
+
+ + +
+ - -
-

Community Digital Whiteboard

+
+
+

+ Our Community +
+

+
+
+
+ + + +
+
+
+

+ Connect with like-minded individuals on your wellness journey through our digital community board. +

- -
- {user ? ( - iframeLoaded ? ( -