diff --git a/web/app/(app)/dashboard/(components)/upgrade-to-pro-alert.tsx b/web/app/(app)/dashboard/(components)/upgrade-to-pro-alert.tsx index 4e0c3b4..ab45303 100644 --- a/web/app/(app)/dashboard/(components)/upgrade-to-pro-alert.tsx +++ b/web/app/(app)/dashboard/(components)/upgrade-to-pro-alert.tsx @@ -21,11 +21,11 @@ export default function UpgradeToProAlert() { const ctaMessages = useMemo(() => [ "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!", "Take your experience to the next level with Pro!", "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(() => [ @@ -62,7 +62,7 @@ export default function UpgradeToProAlert() { {randomCta} - Use discount code SAVEBIG50 at checkout for a 50% + Use discount code SAVE30P at checkout for a 30% discount!