From 23a8fc7806ac2832fc50f3128ad3cef90b89ed77 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 07:57:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99c69a8..de3bb7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,11 +93,11 @@ export default function LandingPage() { description: "Always available for caregivers"}, ], chartTitle: "Care Engagement", chartData: [ - { value: 75 as number }, - { value: 85 as number }, - { value: 90 as number }, - { value: 88 as number }, - { value: 92 as number }, + { value: 75 }, + { value: 85 }, + { value: 90 }, + { value: 88 }, + { value: 92 }, ], listTitle: "Recent Guidance", listItems: [ { icon: Lightbulb, title: "Repeated Questions", status: "Answered" }, -- 2.49.1