Update all pages with accurate company data and add 5th blog post
Deploy to Production / Build & Verify (push) Failing after 5m44s
E2E Test Suite / Form Interaction Tests (push) Has been skipped
E2E Test Suite / Destructive & Chaos Tests (push) Has been skipped
E2E Test Suite / Cross-Browser Regression (chromium) (push) Has been skipped
E2E Test Suite / Cross-Browser Regression (firefox) (push) Has been skipped
E2E Test Suite / Cross-Browser Regression (webkit) (push) Has been skipped
E2E Test Suite / Mobile Device Tests (push) Has been skipped
E2E Test Suite / Security Header Tests (push) Has been skipped
Ping Search Engines / Notify Search Engines (push) Successful in 7s
Deploy to Production / Pre-Deploy Tests (push) Has been skipped
Deploy to Production / Deploy to Railway (push) Has been skipped
Deploy to Production / Deploy to Render (push) Has been skipped
Deploy to Production / Deploy to VPS (PM2) (push) Has been skipped
Deploy to Production / Deploy to Fly.io (push) Has been skipped
Deploy to Production / Post-Deploy Verification (push) Has been skipped
Deploy to Production / Notify on Failure (push) Successful in 2s
E2E Test Suite / Smoke Tests (P0) (push) Failing after 9m14s
E2E Test Suite / Critical User Journeys (push) Has been skipped
E2E Test Suite / API Integration Tests (push) Has been skipped
E2E Test Suite / Test Report Summary (push) Failing after 4s
Uptime Monitor / Health & Response Time (push) Successful in 3s
Uptime Monitor / SSL Certificate (push) Successful in 2s
Uptime Monitor / Send Alerts (push) Has been skipped
Uptime Monitor / Record Uptime Success (push) Successful in 1s

- Fix contact page trust stats (20+ projects, 100% satisfaction, 3+ years)
- Fix portfolio meta description (20+ projects, not 100+)
- Fix services page stats (20+ projects, 100% satisfaction, 6 services)
- Update BaseLayout keywords to match actual tech stack (remove Flutter, add Astro/Golang/Expo)
- Update aggregate rating reviewCount to realistic 20 (was inflated 127)
- Add 5th blog post: Building Scalable ERP Systems
- Replace placeholder SVG blog images with real Unsplash JPEG photos
- Add dedicated image for government IT systems blog post

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
WorkRoot Agent
2026-04-12 20:26:01 +05:30
co-authored by Claude Opus 4.6
parent 0614ae6f85
commit dfd7e5685d
63 changed files with 4802 additions and 516 deletions
+13 -14
View File
@@ -18,19 +18,19 @@ const quickLinks = [
];
const services = [
{ name: 'Web Development', href: '/services/web-development' },
{ name: 'Mobile Apps', href: '/services/mobile-apps' },
{ name: 'Cloud Solutions', href: '/services/cloud-solutions' },
{ name: 'IT Consulting', href: '/services/it-consulting' },
{ name: 'Cybersecurity', href: '/services/cybersecurity' },
{ name: 'DevOps', href: '/services/devops' },
{ name: 'Web Development', href: '/services#web-development' },
{ name: 'Mobile Apps', href: '/services#mobile-development' },
{ name: 'ERP Solutions', href: '/services#erp-solutions' },
{ name: 'Government Systems', href: '/services#government-systems' },
{ name: 'UI/UX Design', href: '/services#ui-ux-design' },
{ name: 'IT Consulting', href: '/services#it-consulting' },
];
const socialLinks = [
{ name: 'LinkedIn', href: 'https://linkedin.com/company/workroot', icon: 'linkedin' },
{ name: 'Twitter', href: 'https://twitter.com/workroot', icon: 'twitter' },
{ name: 'GitHub', href: 'https://github.com/workroot', icon: 'github' },
{ name: 'Facebook', href: 'https://facebook.com/workroot', icon: 'facebook' },
{ name: 'LinkedIn', href: 'https://www.linkedin.com/company/workroot', icon: 'linkedin' },
{ name: 'Twitter', href: 'https://x.com/GhanwatAjay', icon: 'twitter' },
{ name: 'GitHub', href: 'https://git.workroot.in/WorkRoot/', icon: 'github' },
{ name: 'Facebook', href: 'https://www.facebook.com/profile.php?id=61576503897897', icon: 'facebook' },
];
const currentYear = new Date().getFullYear();
@@ -43,15 +43,14 @@ const currentYear = new Date().getFullYear();
<!-- Company Info -->
<div class="lg:col-span-1">
<a href="/" class="inline-flex items-center gap-2 mb-4 group" aria-label="WorkRoot IT Solutions - Home">
<a href="/" class="inline-flex items-center gap-2 mb-4 group" aria-label="WorkRoot IT Solutions LLP - Home">
<div class="w-10 h-10 bg-primary rounded-lg flex items-center justify-center transition-transform group-hover:scale-105" aria-hidden="true">
<span class="text-white font-bold text-lg">W</span>
</div>
<span class="text-xl font-bold text-white">WorkRoot</span>
</a>
<p class="text-secondary-400 text-sm leading-relaxed mb-6">
Empowering businesses with innovative IT solutions. We build scalable,
secure, and future-ready digital experiences.
Building innovative software solutions since 2022. We deliver custom web applications, mobile apps, ERP systems, and government IT solutions across India and beyond.
</p>
<!-- Social Icons -->
@@ -178,7 +177,7 @@ const currentYear = new Date().getFullYear();
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6">
<div class="flex flex-col md:flex-row justify-between items-center gap-4">
<p class="text-secondary-500 text-sm text-center md:text-left">
&copy; {currentYear} WorkRoot IT Solutions. All rights reserved.
&copy; {currentYear} WorkRoot IT Solutions LLP. All rights reserved.
</p>
<div class="flex items-center gap-6">
<a href="/privacy" class="text-secondary-500 hover:text-primary text-sm transition-colors duration-200">
+3 -3
View File
@@ -32,7 +32,7 @@ const currentPath = Astro.url.pathname;
<div class="container-wrapper">
<nav class="flex items-center justify-between h-16 lg:h-20" aria-label="Main navigation">
<!-- Logo -->
<a href="/" class="flex items-center gap-2 group" aria-label="WorkRoot IT Solutions - Home">
<a href="/" class="flex items-center gap-2 group" aria-label="WorkRoot IT Solutions LLP - Home">
<div class="w-10 h-10 bg-primary rounded-lg flex items-center justify-center transition-transform group-hover:scale-105">
<span class="text-white font-bold text-xl">W</span>
</div>
@@ -123,7 +123,7 @@ const currentPath = Astro.url.pathname;
<div class="flex flex-col h-full">
<!-- Mobile Menu Header -->
<div class="flex items-center justify-between p-4 border-b border-secondary-100 dark:border-secondary-800">
<a href="/" class="flex items-center gap-2" aria-label="WorkRoot IT Solutions - Home">
<a href="/" class="flex items-center gap-2" aria-label="WorkRoot IT Solutions LLP - Home">
<div class="w-8 h-8 bg-primary rounded-lg flex items-center justify-center" aria-hidden="true">
<span class="text-white font-bold text-lg">W</span>
</div>
@@ -188,7 +188,7 @@ const currentPath = Astro.url.pathname;
</svg>
</a>
<p class="text-center text-sm text-secondary-500 mt-4">
Need help? <a href="tel:+1234567890" class="text-primary hover:underline">Call us</a>
Need help? <a href="tel:+919561417403" class="text-primary hover:underline">Call us</a>
</p>
</div>
</div>