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

{__( 'Welcome to Blur', 'blur' )}

{__( 'Create beautiful website using Blur 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.', 'blur' )}

{__( 'Start Customizing Blur', 'blur' )}
); }; export default WelcomeContent;