import React from 'react'; import { Search, MapPin, Calendar, Star, ArrowRight } from 'lucide-react'; import { Card, CardContent } from '@/components/ui/card'; const PilatesExpert = () => { const theme = { background: '#fae9e9', accent: '#E8B4B8', text: '#333333' }; return (
{/* Navigation */} {/* Hero */}

Your Expert Guide to Pilates Studios

Discover and connect with America's finest Pilates studios through the most comprehensive directory.

{/* Search */}
{/* Featured Studios */}

Expert-Recommended Studios

{[1, 2, 3].map((index) => ( Featured Pilates Studio
Expert Choice

Premium Pilates Studio {index}

New York, NY
4.9 (128 reviews)
))}
{/* Why Choose Us */}

Why Choose The Pilates Expert

{[ { title: "Expert Verification", description: "Every studio is personally verified by our Pilates experts" }, { title: "Comprehensive Reviews", description: "Detailed, honest reviews from real Pilates enthusiasts" }, { title: "Expert Insights", description: "Get professional guidance in choosing the right studio" } ].map((feature, index) => (

{feature.title}

{feature.description}

))}
{/* Footer */}
); }; export default PilatesExpert; Skip to content