Skip to content

Commit

Permalink
update pricing table texts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuval-hazaz committed Oct 29, 2024
1 parent bbba737 commit 0e8d811
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions components/Sections/Pricing/PricingPlans/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,17 @@ export const PricingPlans = () => {
planCTAButton: {
startNew: 'Start Now',
upgrade: 'Upgrade Now',
custom: 'Contact Us',
custom: 'Custom',
startTrial: () => {
return 'Book a Demo';
},
},
price: {
free: {
price: '$0',
unit: '',
},
custom: 'Contact Us',
custom: 'Custom',
priceNotSet: 'Price not set',
},
}}
Expand Down

0 comments on commit 0e8d811

Please sign in to comment.