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} />