From 5a01a484953661a877311dd4f0b09178b117559b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:50:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5b84f8..137cfd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,9 +68,9 @@ export default function LandingPage() { { icon: BookOpenIcon } ], stats: [ - { title: "Care Options", values: ["5", "6", "7"], description: "Different pathways available" }, - { title: "Your Checklist", values: ["3", "5", "8"], description: "Steps to prepare" }, - { title: "Support Resources", values: ["15", "20", "25"], description: "Free guides and tools" } + { title: "Care Options", values: [5, 6, 7], description: "Different pathways available" }, + { title: "Your Checklist", values: [3, 5, 8], description: "Steps to prepare" }, + { title: "Support Resources", values: [15, 20, 25], description: "Free guides and tools" } ], chartTitle: "Preparation Progress", chartData: [ { value: 20 }, @@ -160,6 +160,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/retired-mature-people-sitting-home-smiling_482257-7212.jpg" imageAlt="Family discussing discharge planning" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> -- 2.49.1