diff --git a/src/app/page.tsx b/src/app/page.tsx index 79addba..11c4c02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { tag="Get Started" title="Ready to Deploy the Engine?" description="Join the future of diagnostic health-tech." - buttons={[{ text: "Contact Our Engineering Team", href: "#" }]} + buttons={[{ text: "Schedule a Technical Demo", href: "#" }]} /> @@ -153,4 +153,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file