Skip to content

Commit e3fe91d

Browse files
committed
button wording in pricing and get quote
1 parent 4bd0f56 commit e3fe91d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/components/pricing/Pricing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const PricingCard = ({ data, activePlan }: CardProps) => {
146146
target={data.linkTarget ?? "_self"}
147147
href={isAnnual ? data.annualPriceLink : data.priceLink}
148148
>
149-
<span>Get a quote</span>
149+
<span>{data.buttonText}</span>
150150
</a>
151151
)}
152152
{data.price > 0 && (

src/content/pricing/enterprise.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ price: -1
55
priceLink: "/get-a-quote/"
66
annualPrice: -1
77
annualPriceLink: "/get-a-quote/"
8-
buttonText: "Contact Us"
8+
buttonText: "Contact Sales"
99
---
1010

1111
- All Enterprise & Open Source features

src/pages/get-a-quote.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const imageHeight = "540";
4242
</div>
4343
<ContentLimiter contentId="sla-support-content" maxWidth={1100}>
4444
<div class="product-features">
45-
<BookDemoForm submit_text="Request quote" client:load />
45+
<BookDemoForm submit_text="Contact Sales" client:load />
4646
</div>
4747
</ContentLimiter>
4848
</div>

0 commit comments

Comments
 (0)