Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/CommercialOffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function CommercialOffer({ hostedOffer }) {
$25,000–$40,000.
</p>
<Link href="/qualify" className="btn-ink mt-6 inline-block">
Qualify one workflow
Start your first workflow
</Link>
</article>
<article id="cloud-preview" className="rounded-2xl border border-hairline bg-panel p-6 md:p-8">
Expand Down
2 changes: 1 addition & 1 deletion components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export default function Footer({
})
}
>
Qualify one workflow
Start your first workflow
</a>
<div
className={styles.repositoryProof}
Expand Down
6 changes: 3 additions & 3 deletions components/MastHead.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
color: var(--ink-3);
}

/* Primary workflow-fit CTA. The adjacent action jumps to the evidence demo.
The compact install line keeps the local, no-account path available without
adding a third competing button. */
/* Primary evidence-demo CTA. The adjacent action opens the workflow-fit form.
Proof leads; the form asks for effort only after the visitor has seen a
verified result. */
.heroCloud {
display: inline-flex;
align-items: center;
Expand Down
4 changes: 2 additions & 2 deletions components/Pricing.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export default function Pricing({ hostedOffer = null }) {
href="/qualify"
className="btn-ink mt-5 w-full text-center"
>
Qualify one workflow
Start your first workflow
</Link>
</EntryCard>
</div>
Expand Down Expand Up @@ -368,7 +368,7 @@ export default function Pricing({ hostedOffer = null }) {
href="/qualify"
className="btn-ghost-ink"
>
Qualify one workflow
Start your first workflow
</Link>
<a href="#book" className="btn-ghost-ink">
Book a 30-minute call
Expand Down
2 changes: 1 addition & 1 deletion components/WorkflowQualificationForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ export default function WorkflowQualificationForm({ compact = false }) {
className="btn-ink disabled:cursor-wait disabled:opacity-60"
disabled={state === 'submitting'}
>
{state === 'submitting' ? 'Submitting…' : 'Qualify one workflow'}
{state === 'submitting' ? 'Submitting…' : 'Start your first workflow'}
</button>
<p className="max-w-xl text-xs leading-relaxed text-ink-3">
This intake is for scope only. Do not submit credentials, screenshots, recordings, PHI, PII, or customer records.
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/basic.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ describe('public product truth', () => {
cy.get('#side-by-side [role="region"]')
.should('be.visible')
.and('have.attr', 'tabindex', '0')
cy.contains('Qualify one workflow')
cy.contains('Start your first workflow')
.scrollIntoView()
.should('be.visible')
cy.contains('Try locally').should('be.visible')
Expand Down
2 changes: 1 addition & 1 deletion pages/compare/[slug].js
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ export default function ComparisonDetailPage({ comparison, dimensionData }) {
</p>
<div className="mt-5 flex flex-wrap justify-center gap-3">
<Link href="/qualify" className="btn-ink">
Qualify one workflow
Start your first workflow
</Link>
<a
href="https://app.openadapt.ai/demo"
Expand Down
2 changes: 1 addition & 1 deletion pages/customers/rvu-audit-heart-care.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export default function RvuAuditHeartCareCaseStudy() {
href="/qualify"
className="btn-ink mt-6 inline-block"
>
Qualify one workflow
Start your first workflow
</Link>
</div>

Expand Down
4 changes: 2 additions & 2 deletions pages/execute.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function ExecutePage() {
</p>
<div className="mt-8 flex flex-col gap-3 sm:flex-row sm:items-center">
<Link href="/qualify" className="btn-ink text-center">
Qualify one workflow
Start your first workflow
</Link>
<Link href="/partners#apply" className="btn-ghost-ink text-center">
Discuss an OEM integration
Expand Down Expand Up @@ -215,7 +215,7 @@ export default function ExecutePage() {
We qualify the first workflow with your team. That creates the reusable execution contract, customer-runner plan, mobile operator decision path, and evidence needed to scale it through your product.
</p>
<div className="mt-7 flex flex-col gap-3 sm:flex-row">
<Link href="/qualify" className="btn-ink text-center">Qualify one workflow</Link>
<Link href="/qualify" className="btn-ink text-center">Start your first workflow</Link>
<Link href="/partners#apply" className="btn-ghost-ink text-center">Talk to partnerships</Link>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion pages/how-it-works.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function HowItWorksPage() {
</p>
<div className="mt-8 flex flex-wrap items-center justify-center gap-3">
<Link className="btn-ink" href="/qualify">
Qualify one workflow
Start your first workflow
</Link>
<Link className="btn-ghost-ink" href="/research">
Read the technical paper
Expand Down
4 changes: 2 additions & 2 deletions pages/solutions/dental.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function DentalSolutionsPage() {
href="/qualify"
className="btn-ink"
>
Qualify one workflow
Start your first workflow
</Link>
<Link
href="/book"
Expand Down Expand Up @@ -171,7 +171,7 @@ export default function DentalSolutionsPage() {
</p>
<div className="mt-5 flex flex-wrap justify-center gap-3">
<Link href="/qualify" className="btn-ink">
Qualify one workflow
Start your first workflow
</Link>
<Link href="/book" className="btn-ghost-ink">
Book a 30-minute call
Expand Down
4 changes: 2 additions & 2 deletions pages/solutions/healthcare.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default function HealthcarePage() {
href="/qualify"
className="btn-ink"
>
Qualify one workflow
Start your first workflow
</Link>
<Link
href="/book"
Expand Down Expand Up @@ -168,7 +168,7 @@ export default function HealthcarePage() {
</p>
<div className="mt-5 flex flex-wrap justify-center gap-3">
<Link href="/qualify" className="btn-ink">
Qualify one workflow
Start your first workflow
</Link>
<Link href="/book" className="btn-ghost-ink">
Book a 30-minute call
Expand Down
4 changes: 2 additions & 2 deletions pages/solutions/insurance.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function InsurancePage() {
href="/qualify"
className="btn-ink"
>
Qualify one workflow
Start your first workflow
</Link>
<Link
href="/book"
Expand Down Expand Up @@ -106,7 +106,7 @@ export default function InsurancePage() {
</p>
<div className="mt-5 flex flex-wrap justify-center gap-3">
<Link href="/qualify" className="btn-ink">
Qualify one workflow
Start your first workflow
</Link>
<Link href="/book" className="btn-ghost-ink">
Book a 30-minute call
Expand Down
4 changes: 2 additions & 2 deletions pages/solutions/lending.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default function LendingPage() {
href="/qualify"
className="btn-ink"
>
Qualify one workflow
Start your first workflow
</Link>
<Link
href="/book"
Expand Down Expand Up @@ -104,7 +104,7 @@ export default function LendingPage() {
</p>
<div className="mt-5 flex flex-wrap justify-center gap-3">
<Link href="/qualify" className="btn-ink">
Qualify one workflow
Start your first workflow
</Link>
<Link href="/book" className="btn-ghost-ink">
Book a 30-minute call
Expand Down
2 changes: 1 addition & 1 deletion pages/start.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export default function StartPage() {
})
}
>
Qualify one workflow
Start your first workflow
</Link>
</article>
</div>
Expand Down
Binary file modified public/openadapt-paper.pdf
Binary file not shown.
Loading