From 090f68867e63534bd800acf831bc0265f1c18b11 Mon Sep 17 00:00:00 2001 From: khondokartowsif171 Date: Tue, 26 May 2026 05:16:43 +0600 Subject: [PATCH] fix: dynamic service count in homepage headline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was hardcoded "Six services" — now reads from live services array. Dashboard থেকে service add/remove করলে homepage headline auto-update হবে। Co-Authored-By: Claude Sonnet 4.6 --- src/projects.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/projects.jsx b/src/projects.jsx index ef628e5..06caa8b 100644 --- a/src/projects.jsx +++ b/src/projects.jsx @@ -369,8 +369,8 @@ const Projects = () => {
Six services. One team. All production-grade.} + num={`03 / 06`} + title={<>{['Zero','One','Two','Three','Four','Five','Six','Seven','Eight','Nine'][services.length] || services.length} service{services.length !== 1 ? 's' : ''}. One team. All production-grade.} sub="From landing pages to AI agent runtimes — we take your idea from spec to live deployment." />