Update trial links to navigate into demo areas for a more realistic experience#507
Conversation
…xperience Replace generic "Start Trial to Explore" and "Start Trial to Use" text with contextual action labels (View Claims, Check Eligibility, Review Authorizations, View Members, Try in Demo, Browse Providers) that link directly to the corresponding demo/feature pages. https://claude.ai/code/session_01BqmJiKuRmSsfwQbafvu2pR
…venue Replace all "$0 professional services" messaging with partner-friendly alternatives across site pages, docs, and sales materials. This opens the door for channel partners to offer paid implementation, support, and custom project services. Key changes: - Platform stat card: "$0" → "Self-Service / Configuration-Driven Onboarding" - Solutions comparison table: "$0" → "Partner-led" - Assessment/insights: "Zero professional services cost" → "Self-service onboarding and configuration" - Pitch deck: "Free professional services" → "Implementation assistance from partner network" - Marketing/email templates: Removed "no surprise professional services bills" and "minimal professional services" language https://claude.ai/code/session_01BqmJiKuRmSsfwQbafvu2pR
There was a problem hiding this comment.
Pull request overview
This PR updates user-facing CTA copy and navigation so “trial” actions route users into specific demo/feature areas, while also revising marketing language to emphasize self-service onboarding over professional-services-led implementations.
Changes:
- Updated demo portal CTAs to use contextual action labels (e.g., “View Claims”, “Check Eligibility”) and deep-link into demo pages.
- Adjusted marketing/site copy across HTML + docs to replace “professional services” framing with “implementation/self-service/partner-led” terminology.
- Updated supporting documentation to reflect the revised stat grid and onboarding language.
Reviewed changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/site/solutions-payers.html | Updates payer-solution page copy and ROI table terminology. |
| src/site/platform.html | Rewords the “professional services” stat to a self-service onboarding message. |
| src/site/insights.html | Revises competitive/comparison language around implementation costs and onboarding. |
| src/site/assets/cho-assessment.md | Updates assessment narrative to self-service/implementation terminology. |
| src/site/assessment.html | Keeps generated HTML assessment content aligned with the Markdown source updates. |
| src/site/IMPLEMENTATION-SUMMARY.md | Updates summary to reflect the new “Self-Service” stat grid label. |
| src/portal/CloudHealthOffice.Portal/Pages/Demo.razor | Replaces generic trial CTA text with contextual demo action labels. |
| src/portal/CloudHealthOffice.Portal/Pages/Apis.razor | Repoints “Start Trial to Use” CTAs to specific demo/feature pages with clearer labels. |
| docs/security/WHITEPAPER-CMS-0057-F-COMPLIANCE.md | Updates executive whitepaper wording away from professional services framing. |
| docs/sales-materials/pitch-deck-v4.md | Revises beta benefits wording to “implementation assistance” via partner network. |
| docs/sales-materials/SALES-EMAIL-TEMPLATES.md | Updates outreach copy to emphasize sub-1-hour deployment vs. services dependency. |
| docs/sales-materials/MARKETING-LANDING-PAGE-COPY.md | Removes “professional services bills” phrasing for cleaner pricing positioning. |
| <td style="padding:15px;">Implementation Services</td> | ||
| <td style="padding:15px; text-align:right;">$500k - $1M</td> | ||
| <td style="padding:15px; text-align:right; color:#00ff88;"><strong>$0</strong></td> | ||
| <td style="padding:15px; text-align:right; color:#00ff88;"><strong>Partner-led</strong></td> |
| <p>Healthcare Payer Software quotes: <strong>$2M-5M</strong> for FHIR compliance alone. Implementation costs rival your annual IT budget.</p> | ||
| <p style="margin-top:15px; opacity:0.8;">Cloud Health Office: <strong>$50k-250k implementation, <1 hour deployment.</strong></p> |
| - Proprietary systems with vendor lock-in | ||
| - Multi-year implementation timelines | ||
| - Expensive professional services dependency | ||
| - Lengthy implementation timelines |
| <li>Proprietary systems with vendor lock-in</li> | ||
| <li>Multi-year implementation timelines</li> | ||
| <li>Expensive professional services dependency</li> | ||
| <li>Lengthy implementation timelines</li> |
| <MudButton Href="/demo/authorizations" | ||
| Variant="Variant.Text" | ||
| Color="Color.Secondary"> | ||
| Start Trial to Use | ||
| Try in Demo → | ||
| </MudButton> |
|
@copilot open a new pull request to apply changes based on the comments in this thread also please fix the failing checks (unit tests) |
|
@aurelianware I've opened a new pull request, #510, to work on those changes. Once the pull request is ready, I'll request review from you. |
|
@copilot Error: buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c dotnet build -c Release -o /app/build" did not complete successfully: exit code: 1 |
Replace generic "Start Trial to Explore" and "Start Trial to Use" text with
contextual action labels (View Claims, Check Eligibility, Review Authorizations,
View Members, Try in Demo, Browse Providers) that link directly to the
corresponding demo/feature pages.
https://claude.ai/code/session_01BqmJiKuRmSsfwQbafvu2pR