Browse Source

chore(web): update ugrade to pro cta

pull/58/head
isra el 12 months ago
parent
commit
1f90bb8255
  1. 6
      web/app/(app)/dashboard/(components)/upgrade-to-pro-alert.tsx

6
web/app/(app)/dashboard/(components)/upgrade-to-pro-alert.tsx

@ -21,11 +21,11 @@ export default function UpgradeToProAlert() {
const ctaMessages = useMemo(() => [ const ctaMessages = useMemo(() => [
"Upgrade to Pro for exclusive features and benefits!", "Upgrade to Pro for exclusive features and benefits!",
"Offer: You are eligible for a 50% discount when upgrading to Pro!",
"Offer: You are eligible for a 30% discount when upgrading to Pro!",
"Unlock premium features with our Pro plan today!", "Unlock premium features with our Pro plan today!",
"Take your experience to the next level with Pro!", "Take your experience to the next level with Pro!",
"Pro users get priority support and advanced features!", "Pro users get priority support and advanced features!",
"Limited time offer: Upgrade to Pro and save 50%!",
"Limited time offer: Upgrade to Pro and save 30%!",
], []); ], []);
const buttonTexts = useMemo(() => [ const buttonTexts = useMemo(() => [
@ -62,7 +62,7 @@ export default function UpgradeToProAlert() {
{randomCta} {randomCta}
</span> </span>
<span className='w-full sm:flex-1 text-center sm:text-left text-xs md:text-sm'> <span className='w-full sm:flex-1 text-center sm:text-left text-xs md:text-sm'>
Use discount code <strong className="text-yellow-200">SAVEBIG50</strong> at checkout for a 50%
Use discount code <strong className="text-yellow-200">SAVE30P</strong> at checkout for a 30%
discount! discount!
</span> </span>
<div className='w-full sm:w-auto mt-2 sm:mt-0 flex justify-center sm:justify-end flex-wrap gap-1 md:gap-2'> <div className='w-full sm:w-auto mt-2 sm:mt-0 flex justify-center sm:justify-end flex-wrap gap-1 md:gap-2'>

Loading…
Cancel
Save