Update src/app/page.tsx

This commit is contained in:
2026-03-06 18:58:34 +00:00
parent 1ab7acf94b
commit 5b4ea87c72

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>
);
}
}