diff --git a/attached_assets/pilates-community_1749840293503.jpeg b/attached_assets/pilates-community_1749840293503.jpeg new file mode 100644 index 0000000..3c06ee6 Binary files /dev/null and b/attached_assets/pilates-community_1749840293503.jpeg differ diff --git a/client/src/components/community/community-section.tsx b/client/src/components/community/community-section.tsx index 4877252..c736fbe 100644 --- a/client/src/components/community/community-section.tsx +++ b/client/src/components/community/community-section.tsx @@ -1,6 +1,7 @@ import { useState, useEffect } from "react"; import { useAuth } from "@/hooks/use-auth"; import { Link } from "wouter"; +import CommunityImage from "@assets/pilates-community_1749840293503.jpeg"; export function CommunitySection() { const { user } = useAuth(); @@ -55,6 +56,15 @@ export function CommunitySection() { {/* Testimonials moved to a separate section */} + {/* Community Image */} +
+ Pilates Community +
+ {/* Whiteboard removed from homepage and moved to community page */}