From 5905176a742b8b4dd645df544ecbef51a30befad Mon Sep 17 00:00:00 2001 From: Krystie Date: Thu, 13 Aug 2026 12:51:02 -0700 Subject: [PATCH] fix: update about page language count from 5 to 31 The about page 'By the Numbers' section was still showing '5' for the language count. Updated to '31' to match the i18n system's 31-language support. Note: live server may need Apache cache flush to serve the updated page. --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 05d950a..ffdaaed 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -143,7 +143,7 @@ export default function AboutPage() { { value: "93+", label: "App Templates" }, { value: "1770+", label: "Test Cases" }, { value: "260+", label: "API Endpoints" }, - { value: "5", label: "Languages" }, + { value: "31", label: "Languages" }, ].map((stat) => (