--- // About Us Page for WorkRoot IT Solutions // Features: Company story, team member cards, mission/vision statements, company timeline import BaseLayout from '../layouts/BaseLayout.astro'; import SEO from '../components/SEO.astro'; // Team member data const teamMembers = [ { name: 'Sarah Chen', role: 'CEO & Founder', bio: 'Visionary leader with 15+ years in enterprise technology. Former VP at Fortune 500 tech company.', image: 'https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?w=400&h=400&fit=crop&crop=face&auto=format&q=75', linkedin: '#', twitter: '#', }, { name: 'Michael Rodriguez', role: 'CTO', bio: 'Cloud architecture expert and open-source contributor. Passionate about scalable solutions.', image: 'https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?w=400&h=400&fit=crop&crop=face&auto=format&q=75', linkedin: '#', twitter: '#', }, { name: 'Emily Watson', role: 'Head of Design', bio: 'Award-winning UX designer focused on creating intuitive, accessible digital experiences.', image: 'https://images.unsplash.com/photo-1580489944761-15a19d654956?w=400&h=400&fit=crop&crop=face&auto=format&q=75', linkedin: '#', twitter: '#', }, { name: 'David Park', role: 'Lead Developer', bio: 'Full-stack engineer specializing in React and Node.js. Mentors junior developers.', image: 'https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop&crop=face&auto=format&q=75', linkedin: '#', twitter: '#', }, { name: 'Lisa Thompson', role: 'Project Manager', bio: 'PMP-certified professional delivering projects on time and within budget for 10+ years.', image: 'https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop&crop=face&auto=format&q=75', linkedin: '#', twitter: '#', }, { name: 'James Wilson', role: 'DevOps Engineer', bio: 'Infrastructure automation specialist. Kubernetes and AWS certified solutions architect.', image: 'https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=400&h=400&fit=crop&crop=face&auto=format&q=75', linkedin: '#', twitter: '#', }, ]; // Company stats const stats = [ { value: '10+', label: 'Years of Experience' }, { value: '200+', label: 'Projects Delivered' }, { value: '50+', label: 'Team Members' }, { value: '98%', label: 'Client Satisfaction' }, ]; // Company timeline const timeline = [ { year: '2014', title: 'The Beginning', description: 'WorkRoot founded by three passionate developers in a small garage office.', }, { year: '2016', title: 'First Major Client', description: 'Secured our first enterprise contract, launching our growth trajectory.', }, { year: '2018', title: 'Team Expansion', description: 'Grew to 20+ team members and opened our first dedicated office space.', }, { year: '2020', title: 'Global Reach', description: 'Expanded operations internationally, serving clients across 15 countries.', }, { year: '2022', title: 'AI Innovation', description: 'Launched AI/ML division, pioneering intelligent automation solutions.', }, { year: '2024', title: 'Industry Leader', description: 'Recognized as top IT solutions provider with 200+ successful projects.', }, ]; // Core values const values = [ { title: 'Innovation', description: 'We embrace cutting-edge technologies to deliver future-proof solutions.', icon: 'lightbulb', }, { title: 'Integrity', description: 'Transparency and honesty are the foundation of every client relationship.', icon: 'shield', }, { title: 'Excellence', description: 'We pursue quality in every line of code and every interaction.', icon: 'star', }, { title: 'Collaboration', description: 'Great solutions emerge from diverse perspectives working together.', icon: 'users', }, ]; ---
About WorkRoot

Building the Future of Digital Innovation

We're a team of passionate technologists dedicated to transforming businesses through innovative IT solutions.

{stats.map((stat) => (

{stat.value}

{stat.label}

))}
Our Story

From Startup to Industry Leader

Founded in 2014, WorkRoot IT Solutions began with a simple mission: to make enterprise-grade technology accessible to businesses of all sizes. What started as a small team of three passionate developers has grown into a full-service IT consultancy trusted by companies worldwide.

Our journey hasn't always been easy. We've navigated economic downturns, technological shifts, and global challenges. But each obstacle has strengthened our resolve and sharpened our expertise. Today, we're proud to serve over 200 clients across diverse industries.

What sets us apart isn't just our technical skills—it's our commitment to understanding your business. We don't believe in one-size-fits-all solutions. Every project we undertake is tailored to your unique needs, goals, and constraints.

WorkRoot team collaborating in office
Our Journey

Company Timeline

A decade of innovation, growth, and excellence in technology solutions.

{timeline.map((item, index) => (
{item.year}

{item.title}

{item.description}

))}
Our Purpose

Mission & Vision

Our Mission

To empower businesses through innovative technology solutions that drive growth, enhance efficiency, and create lasting value. We bridge the gap between complex technology and practical business outcomes.

Our Vision

To be the most trusted technology partner for businesses worldwide, known for our integrity, innovation, and unwavering commitment to client success. We envision a future where every business can harness the full potential of technology.

What Drives Us

Our Core Values

These principles guide every decision we make and every solution we deliver.

{values.map((value, index) => (
{value.icon === 'lightbulb' && ( )} {value.icon === 'shield' && ( )} {value.icon === 'star' && ( )} {value.icon === 'users' && ( )}

{value.title}

{value.description}

))}
The Team

Meet Our Leadership

Talented professionals who bring diverse expertise and shared passion for technology excellence.

{teamMembers.map((member, index) => (

{member.name}

{member.role}

{member.bio}

))}
Let's Build Together

Ready to Work With Us?

Let's discuss how we can help transform your business with innovative technology solutions.