Showcase our thriving community with a beautiful image on the main page

Add Pilates community image to the CommunitySection component in community-section.tsx.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: d004b9e1-f9be-46e2-acda-f440ccd644a9
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/df7cf05e-9264-4da1-9292-6175329623ee.jpg
This commit is contained in:
JeffEmmett 2025-06-13 18:46:08 +00:00
parent 56ed81ae55
commit c0bed4a93b
2 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

@ -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 */}
<div className="flex justify-center mb-8">
<img
src={CommunityImage}
alt="Pilates Community"
className="w-full max-w-2xl rounded-lg shadow-lg object-cover"
/>
</div>
{/* Whiteboard removed from homepage and moved to community page */}
<div className="text-center">