From 95a5af1d9a97413d0fdcf0064753e9f9c04c62b9 Mon Sep 17 00:00:00 2001 From: platform-agent Date: Wed, 17 Jun 2026 20:49:55 +0530 Subject: [PATCH] feat(home): strengthen Government IT card with live proof points MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Surface the existing, already-published Government IT credibility signals on the homepage service card — 11+ districts live, 99.9% uptime, and GeM empanelment (all already stated on /services and in the homepage FAQ) — so the card matches the depth of the per-service quote CTA beside it. Co-Authored-By: Claude Opus 4.8 --- src/pages/index.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index c51e56e..f440d1f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -44,8 +44,8 @@ const services = [ slug: 'government-systems', title: 'Government IT Solutions', outcome: 'Roll out secure, compliant platforms across districts without rewriting them for each one.', - description: 'Multi-district deployments with role-based access, audit trails, and the uptime public services require.', - features: ['Multi-District Deployments', 'Secure & Compliant', 'High Availability'], + 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', }, ];