| Server IP : 47.82.179.145 / Your IP : 216.73.217.129 Web Server : nginx/1.26.3 System : Linux iZt4n9czhka2zvqfajdlr2Z 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64 User : www ( 1001) PHP Version : 8.3.30 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/scuipturepactory.com/wp-content/themes/blossom-fashion/src/pages/FreePro/ |
Upload File : |
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!', 'blossom-fashion'),
icon: "star",
para: __("Your review helps us improve and assists others in making informed choices. Share your thoughts today!", 'blossom-fashion'),
imageurl: <Icon icon="review" />,
buttonText: __('Leave a Review', 'blossom-fashion'),
buttonUrl: cw_dashboard.review
},
{
heading: __('Knowledge Base', 'blossom-fashion'),
para: __("Need help using our theme? Visit our well-organized Knowledge Base!", 'blossom-fashion'),
imageurl: <Icon icon="documentation" />,
buttonText: __('Explore', 'blossom-fashion'),
buttonUrl: cw_dashboard.docmentation
},
{
heading: __('Need Assistance? ', 'blossom-fashion'),
para: __("If you need help or have any questions, don't hesitate to contact our support team. We're here to assist you!", 'blossom-fashion'),
imageurl: <Icon icon="supportTwo" />,
buttonText: __('Submit a Ticket', 'blossom-fashion'),
buttonUrl: cw_dashboard.support
}
];
return (
<>
<div className="customizer-settings">
<div className="cw-customizer">
<img className="freepro" src={freevspro} alt={__("Free vs Pro image", 'blossom-fashion')} />
</div>
<Sidebar sidebarSettings={sidebarSettings} openInNewTab={true}/>
</div>
</>
)
}
export default FreePro;