Complete 5 in a row to go in the draw to win prizes
Pick up your bingo card from the studio between December 1st and 23rd.


Add your name clearly to your bingo card before you start playing.
Mark a square when you complete an activity. Get five in a row and you’re eligible for the big draw!
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

