From 55db168e83640ab03fd27235e5fc445f6a856cf5 Mon Sep 17 00:00:00 2001 From: Guanzhou Song Date: Thu, 30 Jul 2026 12:56:17 -0400 Subject: [PATCH] Refresh hardcoded GitHub stats on the AI page The /ai community section showed 3.2k+ stars and 200+ forks; the live values are 3,424 and 249 (GitHub API, 2026-07-30). Bump to 3.4k+ and 240+. --- app/ai/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/ai/page.tsx b/app/ai/page.tsx index 218d540..68570d8 100644 --- a/app/ai/page.tsx +++ b/app/ai/page.tsx @@ -166,11 +166,11 @@ const useCases = [ const credibilityPoints = [ { - value: "3.2k+", + value: "3.4k+", label: "GitHub stars", }, { - value: "200+", + value: "240+", label: "Forks", }, {