From 71ef7d2106bb84c326e222be104a3bd16fdc1f74 Mon Sep 17 00:00:00 2001 From: Patski123 Date: Sun, 3 May 2026 01:26:18 +0000 Subject: [PATCH] Fix homepage stats: replace fake metrics with real/brand-accurate stats Co-Authored-By: Paperclip --- theme/front-page.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/theme/front-page.php b/theme/front-page.php index e06c5f4..94239cc 100644 --- a/theme/front-page.php +++ b/theme/front-page.php @@ -78,10 +78,11 @@ $shop_url = get_permalink(wc_get_page_id('shop'));
publish; $metrics = [ - ['142,038', 'Reply-Alls regretted'], - ['41 states', 'Currently shipping'], - ['4.8 ★', 'Avg. on Trustpilot'], + [$product_count . '+', 'Products in the catalog'], + ['50 states', 'Currently shipping'], + ['100%', 'Meetings that could\'ve been emails'], ['0', 'Calls returned'], ]; foreach ($metrics as [$num, $label]) {