diff --git a/frontend/src/components/auth/SignUpFormUnified.tsx b/frontend/src/components/auth/SignUpFormUnified.tsx index 6ffeb8a6..7b6cc065 100644 --- a/frontend/src/components/auth/SignUpFormUnified.tsx +++ b/frontend/src/components/auth/SignUpFormUnified.tsx @@ -459,8 +459,20 @@ export default function SignUpFormUnified({ document.getElementById('signup-pricing-plans') && ReactDOM.createPortal(
- {/* Billing Toggle - Centered with inline discount */} -
+ {/* Billing Toggle - Centered with discount badge above */} +
+ {/* Savings Badge - Fixed height to prevent layout shift */} +
+

+ + + + Save up to {annualDiscountPercent}% +

+
+ {/* Toggle Switch */}
-

- - - - Save up to {annualDiscountPercent}% -

{/* Plan Cards - Single column, stacked vertically */}