Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 18:50:37 +00:00

View File

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