From 5e81c4bab58529e4bf5df1d712cae1e31e5fe87b Mon Sep 17 00:00:00 2001 From: platform-mcp Date: Wed, 17 Jun 2026 14:05:47 +0530 Subject: [PATCH] agent: Apply homepage CRO improvements --- public/images/product-dashboard.svg | 113 ++++++++++++++++ src/pages/index.astro | 201 ++++++---------------------- 2 files changed, 151 insertions(+), 163 deletions(-) create mode 100644 public/images/product-dashboard.svg diff --git a/public/images/product-dashboard.svg b/public/images/product-dashboard.svg new file mode 100644 index 0000000..f6c6654 --- /dev/null +++ b/public/images/product-dashboard.svg @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 20+ + + + + + + + 11 + + + + + + + 50,000+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/pages/index.astro b/src/pages/index.astro index 5d5adef..40567f7 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -119,15 +119,11 @@ const testimonials = [ }, ]; -// Stats data — canonical site-wide proof set. Keep this identical to the -// ProofNumbers band, the /portfolio stats bar, and the /about stats grid so -// a visitor browsing multiple pages never sees a conflicting number. -const stats = [ - { value: 20, suffix: '+', label: 'Projects', icon: 'briefcase' }, - { value: 11, suffix: '', label: 'Districts Deployed', icon: 'building' }, - { value: 50000, suffix: '+', label: 'Records Managed', icon: 'database' }, - { value: 8, suffix: '+', label: 'Years Avg Experience', icon: 'clock' }, -]; +// 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 @@ -212,7 +208,7 @@ const techStack = [

- WorkRoot designs, builds, and runs production-grade web, mobile, and ERP systems for startups, enterprises, and government bodies. + We design, build, and run production-grade web, mobile, and ERP systems for startups, enterprises, and government bodies.

@@ -236,7 +232,7 @@ const techStack = [ - See our work + See 20+ case studies @@ -254,6 +250,35 @@ const techStack = [ No commitment

+ +
+
+ + + + + WorkRoot project dashboard preview — delivery metrics, activity timeline, and deployment overview +
+
+ @@ -426,54 +451,6 @@ const techStack = [ - -
-
-
- Track Record -

Numbers That Matter

-

- Our success is measured by the impact we create for our clients. -

-
- -
- {stats.map((stat, index) => ( -
- {/* Icon */} -
- {stat.icon === 'briefcase' && ( - - - - )} - {stat.icon === 'database' && ( - - - - )} - {stat.icon === 'building' && ( - - - - )} - {stat.icon === 'clock' && ( - - - - )} -
- -
- {stat.value.toLocaleString('en-IN')}{stat.suffix} -
-
{stat.label}
-
- ))} -
-
-
-
@@ -681,7 +658,7 @@ const techStack = [

- Ready to ship your next production system? + 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. @@ -722,7 +699,7 @@ const techStack = [ - See our work + See 20+ case studies

@@ -805,67 +782,11 @@ const techStack = [ animation: pulse-slower 6s ease-in-out infinite; } - /* Stat counter animation */ - .stat-counter { - font-variant-numeric: tabular-nums; - } - /* (FAQ accordion styles moved into , which now renders the only homepage FAQ section.) */