import { __ } from '@wordpress/i18n'; import { Icon, chevronRight, closeSmall, lineSolid, redo, search, postComments, chevronLeft, } from '@wordpress/icons'; import { playIcon, toursIcon } from './icons'; export const HelpCenterMarkup = (props) => (
{__('Help Center', 'extendify-local')}
{__('Knowledge base', 'extendify-local')}
{__('What do you need help with?', 'extendify-local')}
{__('WordPress Block Editor', 'extendify-local')}
{__('Overview of blocks', 'extendify-local')}
{__('Adding blocks', 'extendify-local')}
{__('Block Patterns', 'extendify-local')}
{__('Block Pattern Directory', 'extendify-local')}

{__('Tours', 'extendify-local')}

{__( 'Learn more about your WordPress admin', 'extendify-local', )}

{__('Tour this page', 'extendify-local')}

{__('Ask AI', 'extendify-local')}

{__('Got questions? Ask our AI chatbot', 'extendify-local')}

{__('Tours', 'extendify-local')}
{__('Getting started with WordPress', 'extendify-local')}
{__('Installing a plugin', 'extendify-local')}
{__('Plugin management', 'extendify-local')}
{__('Page editor', 'extendify-local')}
{__('Design Library', 'extendify-local')}
{__('Users screen', 'extendify-local')}
{__('Site Assistant', 'extendify-local')}
);