2 Commits

Author SHA1 Message Date
6f0cb9f1fd Update src/app/page.tsx 2026-04-24 18:07:34 +00:00
667f8d3ccd Merge version_1 into main
Merge version_1 into main
2026-04-24 18:05:01 +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>
);
}
}