import {Fragment} from '@wordpress/element'; import { __ } from '@wordpress/i18n'; const WelcomeContent = () => { let url_customize = `${wpapi.homeUrl}/wp-admin/site-editor.php`; return (

{__( 'Welcome to Blockline', 'blockline' )}

{__( 'Create beautiful website using Blockline Full Site Editing Theme. It allows you to customize your site, including individual blocks, as much as you’d like with different colors, typography, layouts, and more.', 'blockline' )}

Start Customizing Blockline
); }; export default WelcomeContent;