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:
@@ -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: "зала в Минске" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user