From 59fcccc197b59a6e127cf7a967bb89cb44851ac1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 00:43:15 +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 65b00b0..593f45b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,15 +67,15 @@ export default function LandingPage() { ], stats: [ { - title: "Premium Protein", values: ["Chicken", "Steak", "Tofu"], + title: "Premium Protein", values: [95, 88, 92], description: "Fire-kissed to perfection" }, { - title: "100% Safe", values: ["Gluten", "Dairy", "Nuts"], + title: "100% Safe", values: [100, 100, 100], description: "No allergenic concerns" }, { - title: "House-Made", values: ["Daily", "Fresh", "Crisp"], + title: "House-Made", values: [24, 12, 8], description: "Slaw prepared fresh daily" } ], -- 2.49.1