From a3dd4b9ffa89f4d67e85d34939f3d97b4dc32ee4 Mon Sep 17 00:00:00 2001 From: platform-mcp Date: Fri, 19 Jun 2026 09:23:30 +0530 Subject: [PATCH] content: add quotable, extractable company facts + comparison table to homepage Add an LLM-citable "WorkRoot at a glance" section to the homepage with 7 standalone factual sentences that each bundle the company name + a concrete claim + a number (founded 2022, 20+ projects, 11 districts, 50,000+ records, 99.9% uptime, IIT Patna partnership, GeM empanelment, 15,000+ officers, 8+ years), so each line stays accurate when quoted out of context. - New companyFacts list + "Custom software vs off-the-shelf ERP" comparison table in src/pages/index.astro (reuses the table pattern from the custom-ERP service page; final row carries the canonical 11-districts / 99.9% proof). - Rewrite vague HomepageFaq answers into definitive, self-contained one- paragraph answers; visible text still drives the single FAQPage JSON-LD. - Normalize stray "11+ districts" in the services array to the canonical "11 districts" for exact sitewide numerical consistency. Verified: build passes; rendered homepage shows all 7 facts, the comparison table, definitive FAQ answers, exactly one FAQPage JSON-LD, and no "11+". Co-Authored-By: Claude Opus 4.8 --- src/components/HomepageFaq.astro | 29 ++++---- src/pages/index.astro | 109 ++++++++++++++++++++++++++++++- 2 files changed, 125 insertions(+), 13 deletions(-) diff --git a/src/components/HomepageFaq.astro b/src/components/HomepageFaq.astro index db98571..f0f68cf 100644 --- a/src/components/HomepageFaq.astro +++ b/src/components/HomepageFaq.astro @@ -18,61 +18,68 @@ // - Keyboard: native