From fed99f27b5b9f8d948da0c0a531ab1afd2cb8ec9 Mon Sep 17 00:00:00 2001 From: "diana.dolgolyova" Date: Tue, 10 Mar 2026 17:19:23 +0300 Subject: [PATCH] fix: update team count from 13 to 16 in About stats Co-Authored-By: Claude Opus 4.6 --- src/components/sections/About.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/About.tsx b/src/components/sections/About.tsx index 8c84fc4..81fbd42 100644 --- a/src/components/sections/About.tsx +++ b/src/components/sections/About.tsx @@ -4,7 +4,7 @@ import { SectionHeading } from "@/components/ui/SectionHeading"; import { Reveal } from "@/components/ui/Reveal"; const stats = [ - { icon: , value: "13", label: "тренеров" }, + { icon: , value: "16", label: "тренеров" }, { icon: , value: "6", label: "направлений" }, { icon: , value: "2", label: "зала в Минске" }, ];