import {Fragment} from '@wordpress/element'; import { __ } from '@wordpress/i18n'; const SidebarContent = () => { return (

{wpapi.themeName}{ __( ' Premium Theme', 'blockline' )}

{__( 'You’re using the free version of the Blockline Theme with limited features and functionality. You can upgrade to Blockline Pro Theme for Advanced features, Custom Sections, and more useful options to customize your website easily.', 'blockline' )}

{__( 'Upgrade To Pro', 'blockline' )}

{__( 'Why Upgrade?', 'blockline' )}

{__( 'Upgrading to Blockline Premium you will unlock dozen of unique features that will take your website to the next level. See the Comparison table for more details.', 'blockline' )}

{__( 'Pro Demo', 'blockline' )}

{__( 'Leave us a review', 'blockline' )}

{__( 'We would love to hear your feedback.', 'blockline' )}

{__( 'Submit review', 'blockline' )}

{__( 'Video Tutorials', 'blockline' )}

{__( 'Want a guide? We have video tutorials to walk you through getting started.', 'blockline' )}

{__( 'Watch Videos', 'blockline' )}

{__( 'Support', 'blockline' )}

{__( 'Have a question, we are happy to help! Get in touch with our support team.', 'blockline' )}

{__( 'Submit a Ticket', 'blockline' )}
); }; export default SidebarContent;