From 6f0cb9f1fd7989c5f5bd767f6e1aaf8dd86b9820 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:07:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1