diff --git a/client/src/components/classes/classes-section.tsx b/client/src/components/classes/classes-section.tsx index 3ba3aa9..ff2cbe3 100644 --- a/client/src/components/classes/classes-section.tsx +++ b/client/src/components/classes/classes-section.tsx @@ -4,8 +4,6 @@ import { BookingCalendar } from "./booking-calendar"; import { useQuery } from "@tanstack/react-query"; import { Class } from "@shared/schema"; import { Skeleton } from "@/components/ui/skeleton"; -import { SectionDivider, SectionDividerBottom, StarDivider } from "@/components/ui/section-divider"; -import { IslamicPattern } from "@/components/ui/section-divider"; export function ClassesSection() { const [selectedClassId, setSelectedClassId] = useState(null); @@ -39,148 +37,99 @@ export function ClassesSection() { } return ( -
- - -
- +
+
+
+

+ Class Offerings +

+

+ Choose from our variety of class options designed to match your individual needs +

+
-
-
-

- Class Offerings -
-

- -
-
-
-
- - - -
-
-
-

Mat Pilates

-

Foundational strength, posture, and mobility

-
-
- -
-
-
- - - -
-
-
-

Reformer & Equipment Pilates

-

Deeper resistance, alignment, and control

-
-
- -
-
-
- - - -
-
-
-

Beginner Foundations Series

-

For those new to movement or Pilates

-
-
- -
-
-
- - - -
-
-
-

Live Online Classes

-

Accessible from anywhere

-
-
- -
-
-
- - - -
-
-
-

Workshops & Community Events

-

Special themed sessions and gatherings

-
-
-
- -
-

- In-Person Classes -

-

Join Fadia for physical classes in the heart of Cairo at the renowned Nun Center, Zamalek

-

📍 Classes every Wednesday & Saturday

- -
+
+
+

Mat Pilates

+

Foundational strength, posture, and mobility

- {isLoading ? ( -
- {[1, 2, 3].map((_, i) => ( -
- -
-
- - -
- - - -
- - -
- -
-
- ))} -
- ) : ( -
- {classes?.map(classItem => ( - - ))} -
- )} +
+

Reformer & Equipment

+

Deeper resistance, alignment, and control

+
-
- {selectedClass && ( - - )} +
+

Beginner Foundations

+

For those new to movement or Pilates

+
+ +
+

Live Online Classes

+

Accessible from anywhere

+
+ +
+

Workshops & Events

+

Special themed sessions and gatherings

+ +
+
+
+

+ ✨ In-Person Classes +

+

Join Fadia for physical classes in the heart of Cairo at the renowned Nun Center, Zamalek

+

📍 Classes every Wednesday & Saturday

+
+ + Contact Nun Center → + +
+
+ + {isLoading ? ( +
+ {[1, 2, 3].map((_, i) => ( +
+ +
+
+ + +
+ + + +
+ + +
+ +
+
+ ))} +
+ ) : ( +
+ {classes?.map(classItem => ( + + ))} +
+ )} + +
+ {selectedClass && ( + + )} +
- -
); } \ No newline at end of file diff --git a/client/src/components/community/community-section.tsx b/client/src/components/community/community-section.tsx index 0f6b80d..cc5dc16 100644 --- a/client/src/components/community/community-section.tsx +++ b/client/src/components/community/community-section.tsx @@ -3,8 +3,6 @@ import { Testimonial } from "./testimonial"; import { useAuth } from "@/hooks/use-auth"; import { Link } from "wouter"; import { Card, CardContent } from "@/components/ui/card"; -import { SectionDivider, SectionDividerBottom, StarDivider } from "@/components/ui/section-divider"; -import { IslamicPattern } from "@/components/ui/section-divider"; export function CommunitySection() { const { user } = useAuth(); @@ -47,104 +45,77 @@ export function CommunitySection() { }, [user]); return ( -
- - -
- +
+
+
+

+ Our Community +

+

+ A Global Space for Movement & Connection +

+

+ Whether you're joining from your living room in Cairo or your studio in Berlin, you're part of a larger collective—a community that values strength, softness, breath, and belonging. +

+
-
-
-

- Our Community -
-

-
-
-
- - - -
-
-
-

- A Global Space for Movement & Connection -

-

- Whether you're joining from your living room in Cairo or your studio in Berlin, you're part of a larger collective—a community that values strength, softness, breath, and belonging. -

-

- Here, we move to feel good. To age with agency. To grow stronger with grace. -

+
+ {testimonials.map((testimonial, index) => ( + + ))} +
+ + +
+

Community Digital Whiteboard

- -
-

Community Digital Whiteboard

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