fix: replace contact sales url address
This commit is contained in:
parent
4f0ecdbb6e
commit
508005b741
@ -6,7 +6,7 @@ export const NUM_INFINITE = 99999999
|
|||||||
export const contractSales = 'contractSales'
|
export const contractSales = 'contractSales'
|
||||||
export const unAvailable = 'unAvailable'
|
export const unAvailable = 'unAvailable'
|
||||||
|
|
||||||
export const contactSalesUrl = 'mailto:business@dify.ai'
|
export const contactSalesUrl = 'https://vikgc6bnu1s.typeform.com/to/mowuXTQH'
|
||||||
export const getStartedWithCommunityUrl = 'https://github.com/langgenius/dify'
|
export const getStartedWithCommunityUrl = 'https://github.com/langgenius/dify'
|
||||||
export const getWithPremiumUrl = 'https://aws.amazon.com/marketplace/pp/prodview-t22mebxzwjhu6'
|
export const getWithPremiumUrl = 'https://aws.amazon.com/marketplace/pp/prodview-t22mebxzwjhu6'
|
||||||
|
|
||||||
|
|||||||
@ -115,7 +115,7 @@ const Pricing: FC<Props> = ({
|
|||||||
</div>
|
</div>
|
||||||
<div className='py-4 flex items-center justify-center'>
|
<div className='py-4 flex items-center justify-center'>
|
||||||
<div className='px-3 py-2 flex items-center justify-center gap-x-0.5 text-components-button-secondary-accent-text'>
|
<div className='px-3 py-2 flex items-center justify-center gap-x-0.5 text-components-button-secondary-accent-text'>
|
||||||
<Link href='https://brave-tweak-397260.framer.app/dev/pricing-in-dev' className='system-sm-medium'>{t('billing.plansCommon.comparePlanAndFeatures')}</Link>
|
<Link href='https://dify.ai/pricing#plans-and-features' className='system-sm-medium'>{t('billing.plansCommon.comparePlanAndFeatures')}</Link>
|
||||||
<RiArrowRightUpLine className='size-4' />
|
<RiArrowRightUpLine className='size-4' />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user