Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-06 18:58:39 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -345,8 +345,8 @@ export default function LandingPage() {
<ContactCTA
tag="Ready to Get Started"
tagIcon={Sparkles}
title="Watch Our 5-Minute Video Guide"
description="Prefer visual learning? Our short video combines animations, real stories, and key infographics to explain post-acute care options, care pathways, and important acronyms. Perfect for sharing with family."
title="Get Your Personalized Care Roadmap"
description="Our guide combines clear explanations, real stories, and practical tools to help you navigate post-acute care options with confidence. Gain the knowledge and reassurance you need to choose the right care path for your unique situation."
buttons={[
{ text: "Watch the Video", href: "#" },
{ text: "Download Printable Guide", href: "#" }
@@ -395,4 +395,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}