import { useTranslate } from 'i18n-calypso'; import { useMemo, useState } from 'react'; import step1 from 'calypso/assets/images/a8c-for-agencies/referral-step-1.jpg'; import step2 from 'calypso/assets/images/a8c-for-agencies/referral-step-2.jpg'; import step3 from 'calypso/assets/images/a8c-for-agencies/referral-step-3.jpg'; import step4 from 'calypso/assets/images/a8c-for-agencies/referral-step-4.jpg'; import step5 from 'calypso/assets/images/a8c-for-agencies/referral-step-5.jpg'; import GuideModal from '..'; function useReferralsGuide() { const translate = useTranslate(); const [ isModalOpen, setIsModalOpen ] = useState( false ); const steps = useMemo( () => [ { title: translate( 'Welcome to product referral mode' ), description: translate( "Manage your clients' products without the burden of managing the billing. Assemble a cart of products, send a request for payment to your clients, and make commissions based on what you sell." ), preview: , }, { title: translate( 'Add the products your client needs' ), description: translate( 'Ensure "Refer products" is toggled on, and add any mix of products to your cart.' ), preview: (