diff --git a/resources/js/pages/subscription/paywall.tsx b/resources/js/pages/subscription/paywall.tsx index e5ddb2ac..36d88e6a 100644 --- a/resources/js/pages/subscription/paywall.tsx +++ b/resources/js/pages/subscription/paywall.tsx @@ -20,6 +20,7 @@ import { ReceiptIcon, TrendingUpIcon, UsersIcon, + XIcon, } from 'lucide-react'; import { useEffect, useState } from 'react'; @@ -125,7 +126,7 @@ const socialProofs = [ }, { icon: UsersIcon, - highlightKey: '1,200+ users', + highlightKey: '2,500+ users', textKey: 'taking control of their finances', }, ]; @@ -384,6 +385,23 @@ function PricingSection({ return (
+ {canUseFreePlan && ( + + )} + {selectedPlanData && (