X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/vandana-lite/src/pages/FreePro
home
/
freights
/
public_html
/
wp-content
/
themes
/
vandana-lite
/
src
/
pages
/
FreePro
/
??
..
??
index.jsx
(1.75 KB)
??
l5jq4i6n
(9.03 KB)
Editing: index.jsx
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!', 'vandana-lite'), icon: "star", para: __("Your review helps us improve and assists others in making informed choices. Share your thoughts today!", 'vandana-lite'), imageurl: <Icon icon="review" />, buttonText: __('Leave a Review', 'vandana-lite'), buttonUrl: cw_dashboard.review }, { heading: __('Knowledge Base', 'vandana-lite'), para: __("Need help using our theme? Visit our well-organized Knowledge Base!", 'vandana-lite'), imageurl: <Icon icon="documentation" />, buttonText: __('Explore', 'vandana-lite'), buttonUrl: cw_dashboard.docmentation }, { heading: __('Need Assistance? ', 'vandana-lite'), para: __("If you need help or have any questions, don't hesitate to contact our support team. We're here to assist you!", 'vandana-lite'), imageurl: <Icon icon="supportTwo" />, buttonText: __('Submit a Ticket', 'vandana-lite'), buttonUrl: cw_dashboard.support } ]; return ( <> <div className="customizer-settings"> <div className="cw-customizer"> <img className="freepro" src={freevspro} alt={__("Free vs Pro image", 'vandana-lite')} /> </div> <Sidebar sidebarSettings={sidebarSettings} openInNewTab={true}/> </div> </> ) } export default FreePro;
Upload File
Create Folder