feat(homepage): swap "3 Team Members" stat for "8+ Years Avg Experience"
Ping Search Engines / Notify Search Engines (push) Successful in 8s
Deploy to Production / Build & Verify (push) Has been cancelled
Deploy to Production / Pre-Deploy Tests (push) Has been cancelled
Deploy to Production / Deploy to Railway (push) Has been cancelled
Deploy to Production / Deploy to Render (push) Has been cancelled
Deploy to Production / Deploy to VPS (PM2) (push) Has been cancelled
Deploy to Production / Deploy to Fly.io (push) Has been cancelled
Deploy to Production / Post-Deploy Verification (push) Has been cancelled
Deploy to Production / Notify on Failure (push) Has been cancelled
E2E Test Suite / Critical User Journeys (push) Has been cancelled
E2E Test Suite / API Integration Tests (push) Has been cancelled
E2E Test Suite / Form Interaction Tests (push) Has been cancelled
E2E Test Suite / Destructive & Chaos Tests (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (chromium) (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (firefox) (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (webkit) (push) Has been cancelled
E2E Test Suite / Mobile Device Tests (push) Has been cancelled
E2E Test Suite / Security Header Tests (push) Has been cancelled
E2E Test Suite / Test Report Summary (push) Has been cancelled
E2E Test Suite / Smoke Tests (P0) (push) Has been cancelled
Ping Search Engines / Notify Search Engines (push) Successful in 8s
Deploy to Production / Build & Verify (push) Has been cancelled
Deploy to Production / Pre-Deploy Tests (push) Has been cancelled
Deploy to Production / Deploy to Railway (push) Has been cancelled
Deploy to Production / Deploy to Render (push) Has been cancelled
Deploy to Production / Deploy to VPS (PM2) (push) Has been cancelled
Deploy to Production / Deploy to Fly.io (push) Has been cancelled
Deploy to Production / Post-Deploy Verification (push) Has been cancelled
Deploy to Production / Notify on Failure (push) Has been cancelled
E2E Test Suite / Critical User Journeys (push) Has been cancelled
E2E Test Suite / API Integration Tests (push) Has been cancelled
E2E Test Suite / Form Interaction Tests (push) Has been cancelled
E2E Test Suite / Destructive & Chaos Tests (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (chromium) (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (firefox) (push) Has been cancelled
E2E Test Suite / Cross-Browser Regression (webkit) (push) Has been cancelled
E2E Test Suite / Mobile Device Tests (push) Has been cancelled
E2E Test Suite / Security Header Tests (push) Has been cancelled
E2E Test Suite / Test Report Summary (push) Has been cancelled
E2E Test Suite / Smoke Tests (P0) (push) Has been cancelled
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.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
<BaseLayout
|
||||
title="About Us — Our Story & Team"
|
||||
description="WorkRoot IT Solutions LLP: founded 2022, 3 team members, 20+ projects delivered. Meet the technologists behind your digital transformation. Innovation, integrity, excellence."
|
||||
description="WorkRoot IT Solutions LLP: founded 2022, senior in-house engineering team with 8+ years average experience, 20+ projects delivered. Meet the technologists behind your digital transformation. Innovation, integrity, excellence."
|
||||
>
|
||||
<SEO
|
||||
slot="head"
|
||||
|
||||
@@ -123,7 +123,7 @@ const stats = [
|
||||
{ value: 20, suffix: '+', label: 'Projects Delivered', icon: 'briefcase' },
|
||||
{ value: 100, suffix: '%', label: 'Client Satisfaction', icon: 'heart' },
|
||||
{ value: 3, suffix: '+', label: 'Years in Business', icon: 'building' },
|
||||
{ value: 3, suffix: '', label: 'Team Members', icon: 'clock' },
|
||||
{ value: 8, suffix: '+', label: 'Years Avg Experience', icon: 'clock' },
|
||||
];
|
||||
|
||||
// Technology stack data — relocated below the fold so social proof leads the
|
||||
|
||||
Reference in New Issue
Block a user