fix: replace contact sales url address

This commit is contained in:
NFish 2025-01-08 14:32:16 +08:00
parent 4f0ecdbb6e
commit 508005b741
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ export const NUM_INFINITE = 99999999
export const contractSales = 'contractSales'
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 getWithPremiumUrl = 'https://aws.amazon.com/marketplace/pp/prodview-t22mebxzwjhu6'

View File

@ -115,7 +115,7 @@ const Pricing: FC<Props> = ({
</div>
<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'>
<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' />
</div>
</div>