/* ActiveFit360 marketing — Reviews page */ const NS_rv = window.Activefit360DesignSystem_d87766; function ReviewsPage({ onBook }) { const { Card, Avatar, Badge, Button } = NS_rv; const I = window.Icon; const reviews = window.AF_REVIEWS; return ( {/* header */}
{[0,1,2,3,4].map(n=>)}

Real stories, real results

Our patients consistently celebrate ActiveFit360 for our active listening, thorough explanations, and deeply genuine care. Here is their experience in their own words.

{/* carousel */}
{/* CTA */}
); } Object.assign(window, { ReviewsPage });