You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(website): contact page on the form kit; enterprise form merges into it (#995)
* feat(website): contact page band layout styles; drop the old contact-form rules
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* feat(website): rebuild ContactForm on the kit with an enterprise intent
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* feat(website): contact page band with the form card and an enterprise intent
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* fix(website): enterprise contact requires a company; cover success and failure blocks; trim optional facts
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* docs: lead forms — company is required on the enterprise intent
* fix(website): contact page renders GitHubStarsPill as JSX; spec mocks it
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* feat(website): pricing CTA band replaces the enterprise lead form
Also repoints the two /pricing#lead-form anchor links (pilot-to-prod,
solutions/[slug]) at the band's new #enterprise id.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* fix(website): contact page suspends the stars pill, not the form; spec proves the entry point reaches the form
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* test(website): e2e for the contact band, enterprise intent, and pricing band
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
* test(website): pricing CTA e2e follows the enterprise contact intent
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5.1 <noreply@anthropic.com>
awaitexpect(page.getByRole('link',{name: 'Talk to Sales'})).toHaveAttribute('href','/contact?intent=enterprise&entry=pricing_tier_enterprise');
93
+
awaitexpect(page.getByRole('link',{name: 'Request a conversation'})).toHaveAttribute('href','/contact?intent=enterprise&entry=pricing_enterprise_band');
Copy file name to clipboardExpand all lines: apps/website/src/app/pilot-to-prod/page.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ export default function PilotToProdPage() {
195
195
<pclassName="pilot-contact-body">
196
196
30-minute discovery call. We'll dig into your Angular surface, your agent-eligible workflows, and whether Pilot-to-Prod is the right fit. No pitch deck.
0 commit comments