--- // Home page - WorkRoot IT Solutions import BaseLayout from '../layouts/BaseLayout.astro'; import SEO from '../components/SEO.astro'; import TrustStrip from '../components/TrustStrip.astro'; import InlineLeadForm from '../components/InlineLeadForm.astro'; import HomepageFaq from '../components/HomepageFaq.astro'; import ProofNumbers from '../components/ProofNumbers.astro'; import PricingTimelineBand from '../components/PricingTimelineBand.astro'; import GuaranteeBand from '../components/GuaranteeBand.astro'; // Services data — outcome-led headlines with anchor slugs that deep-link // into the matching detail sections on /services. const services = [ { icon: 'code', slug: 'web-development', title: 'Web Development', outcome: 'Ship a fast, SEO-ready web product your customers actually convert on.', description: 'Angular, React, Next.js, Astro frontends backed by Spring Boot APIs — built for speed, scale, and search visibility.', features: ['Angular/React/Next.js', 'Spring Boot APIs', 'Astro Static Sites'], cta: 'Discuss your web project', }, { icon: 'smartphone', slug: 'mobile-development', title: 'Mobile Apps', outcome: 'Launch on iOS and Android from a single codebase — without the native-team overhead.', description: 'Cross-platform React Native and Expo apps with offline-first sync, push notifications, and store-ready builds.', features: ['React Native / Expo', 'iOS & Android', 'Offline-First Apps'], cta: 'Discuss your mobile app', }, { icon: 'brain', slug: 'erp-solutions', title: 'ERP & Enterprise Systems', outcome: 'Replace spreadsheets and ageing tools with one system your operations team trusts.', description: 'Custom ERP, CRM, and admin platforms designed around your real workflows — already running in universities and government bodies.', features: ['University Management', 'Police Management', 'Crematorium SCMS'], cta: 'Discuss your ERP project', }, { icon: 'cloud', slug: 'government-systems', title: 'Government IT Solutions', outcome: 'Roll out secure, compliant platforms across districts without rewriting them for each one.', description: 'GeM-empanelled and already live across 11+ districts at 99.9% uptime — role-based access, audit trails, and the security public services demand.', features: ['Live in 11+ Districts', 'GeM-Empanelled & Compliant', '99.9% Uptime'], cta: 'Discuss your government project', }, ]; // How it works steps const steps = [ { number: '01', title: 'Discovery', description: 'We understand your business goals, challenges, and technical requirements.', }, { number: '02', title: 'Planning', description: 'Strategic roadmap with clear milestones, timelines, and deliverables.', }, { number: '03', title: 'Development', description: 'Agile sprints with regular check-ins and iterative improvements.', }, { number: '04', title: 'Launch & Support', description: 'Smooth deployment with ongoing maintenance and optimization.', }, ]; // Testimonials data. // // `image` / `imageAlt` — path to a static asset in /public/images/testimonials. // The current files are neutral SVG initial-avatars (see public/images/ // testimonials/*.svg). They were generated as placeholders because we don't // yet have signed photo releases from these clients; swap in real headshots // (.jpg / .webp, ≥256×256) by replacing the file at the same path — no // template change needed. // `initials` — 2-letter fallback shown if the image fails to load // (handled by an `onerror` swap in the template). // `metric` / `metricLabel` — concrete, attributable outcome surfaced as a // badge beside each quote. Numbers come from the // delivered case studies referenced in the quote. const testimonials = [ { quote: 'WorkRoot IT Solutions is very professional and responsive. They built PLNR Financing platform with great attention to detail. The Angular + Spring Boot stack works flawlessly and their ongoing support is excellent.', author: 'Ajay Pruthi', role: 'Founder, PLNR', image: '/images/testimonials/ajay-pruthi.svg', imageAlt: 'Portrait of Ajay Pruthi, Founder of PLNR', initials: 'AP', metric: '3×', metricLabel: 'faster loan processing', rating: 5, }, { quote: 'The FPC Cart e-commerce platform delivered by WorkRoot exceeded our expectations. Built with Astro and Golang, it loads incredibly fast and handles our product catalog seamlessly. Their team understood our business needs perfectly.', author: 'Dhirendra Singh', role: 'Director, RENTEC', image: '/images/testimonials/dhirendra-singh.svg', imageAlt: 'Portrait of Dhirendra Singh, Director of RENTEC', initials: 'DS', metric: '+42%', metricLabel: 'organic traffic in 90 days', rating: 5, }, { quote: 'WorkRoot delivered our University Management System for IIT Patna on time and within budget. The Next.js + Spring Boot architecture is robust and scalable. They are a reliable technology partner for complex enterprise projects.', author: 'Dilip Raj', role: 'Director, MOC Soft Technologies Pvt Ltd', image: '/images/testimonials/dilip-raj.svg', imageAlt: 'Portrait of Dilip Raj, Director of MOC Soft Technologies', initials: 'DR', metric: '12k+', metricLabel: 'students served at IIT Patna', rating: 5, }, ]; // NOTE: The homepage stat band is rendered once by , which // holds the canonical site-wide proof set (20+ Projects · 11+ Districts · // 50,000+ Records · 8+ Years). The previously-duplicated "Numbers That // Matter" stats section (and its local `stats` array + count-up script) was // removed so a visitor never sees the same four numbers twice on one page. // Technology stack data — relocated below the fold so social proof leads the // hero. Each entry pairs the framework name with a short context line and a // neutral monochrome SVG icon (uses currentColor so the grayscale → // brand-color hover treatment is driven entirely by Tailwind utility classes). const techStack = [ { name: 'Angular', context: 'Enterprise front-ends', icon: '', }, { name: 'Spring Boot', context: 'Backend APIs', icon: '', }, { name: 'Next.js', context: 'React SSR & ISR', icon: '', }, { name: 'Astro', context: 'Marketing & docs sites', icon: '', }, { name: 'Golang', context: 'High-throughput services', icon: '', }, { name: 'PostgreSQL', context: 'Production data layer', icon: '', }, ]; // FAQ content lives in , which renders the only homepage FAQ // section and emits the only FAQPage JSON-LD on this page. The duplicate // "Common Questions" block that used to live above the tech-stack section // was removed; its unique questions were merged into HomepageFaq's // `moneyFaqs` array so no buyer-facing content was dropped. // Quotable, self-contained company facts. Each sentence deliberately bundles // the full company name + a concrete claim + a number so the line stays // accurate and citable when lifted out of context (search snippets, press // quotes, AI assistants). Every figure here is the canonical site-wide value // and MUST stay identical to , the hero trust badge, /about, // and the /services pages. Do not change a number here without updating it // everywhere it appears — mismatched stats reintroduce the credibility bug // this canonical set was created to fix. const companyFacts = [ 'WorkRoot IT Solutions was founded in 2022 and has delivered 20+ production software systems for startups, enterprises, and government bodies.', 'WorkRoot IT Solutions runs government platforms across 11+ districts of Bihar, India, sustaining 99.9% uptime on mission-critical public services.', 'WorkRoot IT Solutions manages 50,000+ live records across its government and enterprise deployments.', 'WorkRoot IT Solutions built the University Management System for IIT Patna on a Next.js and Spring Boot stack.', 'WorkRoot IT Solutions is empanelled on the Government e-Marketplace (GeM), making it eligible to bid on Indian government IT tenders.', 'WorkRoot IT Solutions delivered a Police Management System that digitised FIRs and case tracking for 15,000+ officers across 11 districts of Bihar.', 'WorkRoot IT Solutions is a senior in-house engineering team averaging 8+ years of experience per engineer.', ]; // Comparison table — custom software (WorkRoot) vs off-the-shelf ERP / SaaS. // Mirrors the deeper table on /services/custom-erp-development, surfaced on the // homepage so the core buying trade-off is framed before a late-stage visitor // reaches the inline lead form. The final row carries the canonical // "11+ districts · 99.9% uptime" proof point. const comparison = [ { dimension: 'Fit to your workflow', offShelf: 'You reshape your process to fit the software', custom: 'The software is built around your exact process' }, { dimension: 'Source-code ownership', offShelf: 'Vendor-locked, closed source', custom: 'Full IP transfer on delivery — you own the code' }, { dimension: 'Licensing cost', offShelf: 'Recurring per-seat fees that grow with headcount', custom: 'One-time build — no per-seat licence tax' }, { dimension: 'Data residency', offShelf: 'The vendor’s cloud and region', custom: 'Your servers, your region, your control' }, { dimension: 'Proven at scale', offShelf: 'Generic, one-size-fits-all', custom: 'Live across 11+ districts at 99.9% uptime' }, ]; ---
Trusted by 20+ teams · Deployed across 11+ districts

Custom Software That Powers Enterprises & Governments

We design, build, and run production-grade web, mobile, and ERP systems for startups, enterprises, and government bodies.

Trusted by IIT Patna, PLNR, RENTEC & MOC Soft — 20+ systems delivered across enterprise & government teams.

Prefer to talk now? +91 95614 17403

Free 30-min discovery call Reply within 1 business day No commitment

WorkRoot project dashboard preview — delivery metrics, activity timeline, and deployment overview
Our Services

Comprehensive Technology Solutions

From concept to deployment, we deliver end-to-end solutions tailored to your unique business needs.

{services.map((service, index) => (
{service.icon === 'code' && ( )} {service.icon === 'smartphone' && ( )} {service.icon === 'brain' && ( )} {service.icon === 'cloud' && ( )}

{service.title}

{service.outcome}

{service.description}

    {service.features?.map((feature) => (
  • {feature}
  • ))}
{(index + 1).toString().padStart(2, '0')}
))}

Have a project in mind? Get a free proposal in 24 hours.

No obligation · Free 30-min discovery call · NDA on request.

Our Process

How We Work

A proven methodology that delivers results, on time and on budget.

{steps.map((step, index) => (
{/* Connecting line */} {index < steps.length - 1 && ( )}
{/* Number badge */}
{step.number}

{step.title}

{step.description}

{/* Decorative dot */}
))}
Client Stories

Loved by Teams Worldwide

Don't just take our word for it. Here's what our clients have to say about working with us.

The facts

WorkRoot at a glance

The record behind the work, stated plainly — so you know exactly who you're hiring.

    {companyFacts.map((fact, index) => (
  • {fact}

  • ))}

Custom software vs off-the-shelf ERP

Where a bespoke WorkRoot build pays you back over a packaged SaaS tool.

{comparison.map((row, i) => ( ))}
Comparison of off-the-shelf ERP software versus custom software built by WorkRoot IT Solutions
Dimension Off-the-shelf ERP Custom software (WorkRoot)
{row.dimension} {row.offShelf} {row.custom}
Tech Stack

Technologies we work with

Battle-tested frameworks and runtimes we ship to production across enterprise, university, and government deployments.

    {techStack.map((tech, index) => (
  • ))}

Also working with React Native, MySQL, Docker, and GitHub Actionssee the full stack →

Ready to ship in 8 weeks instead of 8 months?

Tell us about your project and we'll send back a free, no-obligation scope and timeline within one business day.

  • Free 30-min discovery call
  • Fixed-price scope & timeline
  • NDA on request

Prefer to reach out directly?