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:
parent
56ed81ae55
commit
c0bed4a93b
Binary file not shown.
|
After Width: | Height: | Size: 2.4 MiB |
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue