Skip to content

Commit

Permalink
changing contact sales urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sev committed Oct 25, 2024
1 parent ab77766 commit 73ea59c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const PricingPage: FunctionComponent = () => {
price={<PriceItem amount={19} hasLimit={true} />}
buttons={
<ContactUsButton
href="/contact/pricing?form_submission_source=pricing-cody-enterprise"
href="/contact/request-info?form_submission_source=pricing-cody-enterprise"
title="Contact sales"
className="btn-secondary"
/>
Expand Down Expand Up @@ -415,7 +415,7 @@ const PricingPage: FunctionComponent = () => {
price={<PriceItem amount={49} hasLimit={true} description="Scales with your team" />}
buttons={
<ContactUsButton
href="/contact/pricing?form_submission_source=pricing-enterprise"
href="/contact/request-info?form_submission_source=pricing-enterprise"
title="Contact sales"
className="btn-primary"
/>
Expand Down Expand Up @@ -479,7 +479,7 @@ const PricingPage: FunctionComponent = () => {
</div>
</span>
<ContactUsButton
href="/contact/pricing?form_submission_source=pricing-code-intelligence"
href="/contact/request-info?form_submission_source=pricing-code-intelligence"
title="Contact sales"
className="btn btn-primary w-full md:w-fit"
/>
Expand Down

0 comments on commit 73ea59c

Please sign in to comment.