Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions example/src/components/PricingPlanModals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
contractorStandardProductIdentifier,
contractorPlusProductIdentifier,
pricingPlanDetails,
eorProductIdentifier,
} from '@remoteoss/remote-flows';
import { useState } from 'react';
import { CheckIcon, ChevronRight } from 'lucide-react';
Expand Down Expand Up @@ -74,6 +75,7 @@ export const PricingPlanOptionsModal = () => {
contractorStandardProductIdentifier,
contractorPlusProductIdentifier,
corProductIdentifier,
eorProductIdentifier,
];

return (
Expand Down
10 changes: 10 additions & 0 deletions src/flows/ContractorOnboarding/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,14 @@ export const pricingPlanDetails = {
],
contractPillText: 'Contract between Remote and contractor',
},
[eorProductIdentifier]: {
title: 'Employer of Record',
subtitle: 'Remote engages the employee on your behalf',
listItems: [
'Remote manages onboarding, payroll, and compliance',
'Manages taxes, benefits, and time-off tracking',
'Handles contracts, transfers, and terminations',
],
contractPillText: 'Contract between Remote and employee',
},
};
Loading