From 38c03c0524540afb70d88ad2c36941b0f73b53e3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 11:32:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2b8b21..cdf995b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,15 +86,15 @@ export default function LandingPage() { ], stats: [ { - title: "Since", values: [2015], + title: "Since", values: [2015, 2016, 2015], description: "Serving coffee with passion" }, { - title: "Beans", values: [48], + title: "Beans", values: [48, 52, 45], valueSuffix: "+", description: "Specialty varieties sourced globally" }, { - title: "Community", values: [5000], + title: "Community", values: [5000, 5200, 4800], description: "Coffee lovers & regular guests" } ], -- 2.49.1