diff --git a/src/app/page.tsx b/src/app/page.tsx index 11c4c02..13cefb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Clinically Actionable Early Diabetes Detection" description="Revolutionizing patient outcomes with production-grade ML engines. Precise, explainable, and built for modern healthcare." - buttons={[{ text: "Deploy Pipeline", href: "#contact" }]} + buttons={[{ text: "Request a Technical Demo", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/professional-medic-giving-vitamins-medical-drugs-female-patient_482257-100693.jpg" mediaAnimation="slide-up" avatars={[ @@ -153,4 +153,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}