From 0e37dab05b812cc95ade2ea0d4104358ec4af05a Mon Sep 17 00:00:00 2001 From: platform-mcp Date: Wed, 17 Jun 2026 13:25:52 +0530 Subject: [PATCH] feat(homepage): swap "3 Team Members" stat for "8+ Years Avg Experience" The team-member count read as a small-shop signal next to the new ProofNumbers band. Swap it for a stronger value-prop (team seniority) on both index.astro and about.astro. Rename the about-page "Years of Experience" stat to "Years in Business" to disambiguate from the new team-experience metric, and refresh the about-page SEO description accordingly. The new label doesn't collide with any ProofNumbers entry (Projects Delivered / Client Rating / Districts Deployed / Avg Page Load), so the two bands stay non-redundant. --- src/pages/about.astro | 6 +++--- src/pages/index.astro | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index 09eee77..24c50ae 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -34,9 +34,9 @@ const teamMembers = [ // Company stats const stats = [ - { value: '3+', label: 'Years of Experience' }, + { value: '3+', label: 'Years in Business' }, { value: '20+', label: 'Projects Delivered' }, - { value: '3', label: 'Team Members' }, + { value: '8+', label: 'Years Avg Experience' }, { value: '100%', label: 'Client Satisfaction' }, ]; @@ -101,7 +101,7 @@ const values = [