4 Commits

Author SHA1 Message Date
3cad4f9a62 Merge version_3 into main
Merge version_3 into main
2026-03-06 18:58:38 +00:00
5b4ea87c72 Update src/app/page.tsx 2026-03-06 18:58:34 +00:00
1ab7acf94b Update src/app/layout.tsx 2026-03-06 18:58:33 +00:00
cc5237fc1d Merge version_2 into main
Merge version_2 into main
2026-03-06 18:54:04 +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>
);
}
}