Feedback = love
Every time you leave a rating or comment in the app, it helps us level up.
We read every single one — the good, the great, and the “could be better.” The good stuff makes us smile, the constructive stuff makes us better. Both matter.
Your honesty helps us keep the standard high and the experience on point. So keep it coming. Keep it real. And don’t stress — your feedback is completely anonymous.
Thanks for helping us keep Athletic Reformer, well… Athletic Reformer.
– Laura, Donny & the entire AR team
Copyright 2025 Athletic Reformer. All rights reserved.
import { useEffect, useState } from "react";
export function Copyright() {
const [year, setYear] = useState(new Date().getFullYear());
return (
© {year} Athletic Reformer. All rights reserved.
); }Resources
Legal