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

{__( 'ThemeHunk Premium Themes', 'blur' )}

{__( 'ThemeHunk specializes in creating premium WordPress themes and plugins. We offer extensive documentation, video tutorials, and a dedicated support team to help users with any questions or issues they may encounter.', 'blur' )}

{__( 'View Premium Themes', 'blur' )}

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

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

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

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

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

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

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

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

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