Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-24 18:07:38 +00:00

View File

@@ -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: "#" }]}
/>
</div>
@@ -153,4 +153,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}