Pre luanch plan phase 1 complete

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-05 03:40:39 +00:00
parent 1f2e734ea2
commit e93ea77c2b
60 changed files with 492 additions and 5215 deletions

View File

@@ -376,9 +376,8 @@ export default function SignUpFormEnhanced({ planDetails: planDetailsProp, planL
</div>
{isPaidPlan ? (
<Button type="button" variant="primary" onClick={handleNextStep} className="w-full">
<Button type="button" variant="primary" onClick={handleNextStep} className="w-full" endIcon={<ChevronRightIcon className="w-4 h-4" />}>
Continue to Billing
<ChevronRightIcon className="w-4 h-4 ml-2" />
</Button>
) : (
<Button type="submit" variant="primary" disabled={loading} className="w-full">
@@ -401,9 +400,8 @@ export default function SignUpFormEnhanced({ planDetails: planDetailsProp, planL
<Button type="button" variant="outline" onClick={handlePrevStep} className="flex-1">
Back
</Button>
<Button type="button" variant="primary" onClick={handleNextStep} className="flex-1">
<Button type="button" variant="primary" onClick={handleNextStep} className="flex-1" endIcon={<ChevronRightIcon className="w-4 h-4" />}>
Continue to Payment
<ChevronRightIcon className="w-4 h-4 ml-2" />
</Button>
</div>
</div>