import { __ } from '@wordpress/i18n' import './ChoosePlanStep.scss' const PRICING_URL = 'https://webba-booking.com/pricing/' interface ChoosePlanStepProps { onContinue?: () => void } export const ChoosePlanStep = ({ onContinue }: ChoosePlanStepProps) => { return (
{__( 'Select the perfect plan to unlock premium features and grow your business', 'webba-booking-lite' )}
{__( 'For individuals and solo service providers', 'webba-booking-lite' )}
{__( 'For growing businesses and agencies', 'webba-booking-lite' )}
{__( 'For clinics, teams and enterprises', 'webba-booking-lite' )}