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 @@
+
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
+
+
+
- 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.) */