fix: update team count from 13 to 16 in About stats

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 17:19:23 +03:00
parent 26e78edf5c
commit fed99f27b5

View File

@@ -4,7 +4,7 @@ import { SectionHeading } from "@/components/ui/SectionHeading";
import { Reveal } from "@/components/ui/Reveal";
const stats = [
{ icon: <Users size={22} />, value: "13", label: "тренеров" },
{ icon: <Users size={22} />, value: "16", label: "тренеров" },
{ icon: <Layers size={22} />, value: "6", label: "направлений" },
{ icon: <MapPin size={22} />, value: "2", label: "зала в Минске" },
];