Compare commits
2
Commits
8ae947b1ae
...
0e37dab05b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e37dab05b | ||
|
|
1707a246f7 |
@@ -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