import freevspro from "../../assets/img/freevspro.webp";
import { Sidebar, Icon } from "../../components";
import { __ } from '@wordpress/i18n';
const FreePro = () => {
const sidebarSettings = [
{
heading: __('We Value Your Feedback!', 'benevolent'),
icon: "star",
para: __("Your review helps us improve and assists others in making informed choices. Share your thoughts today!", 'benevolent'),
imageurl: ,
buttonText: __('Leave a Review', 'benevolent'),
buttonUrl: cw_dashboard.review
},
{
heading: __('Knowledge Base', 'benevolent'),
para: __("Need help using our theme? Visit our well-organized Knowledge Base!", 'benevolent'),
imageurl: ,
buttonText: __('Explore', 'benevolent'),
buttonUrl: cw_dashboard.docmentation
},
{
heading: __('Need Assistance? ', 'benevolent'),
para: __("If you need help or have any questions, don't hesitate to contact our support team. We're here to assist you!", 'benevolent'),
imageurl: ,
buttonText: __('Submit a Ticket', 'benevolent'),
buttonUrl: cw_dashboard.support
}
];
return (
<>
>
)
}
export default FreePro;