File: /home/zeusxp5/chuair.org/wp-content/themes/lifttruck/inc/config/panel-theme-description.php
<?php
function wd_theme_description() {
ob_start();
?>
<p><?php echo __('Welcome to the next level of web design with LiftTruck WordPress theme. Experience a cutting-edge era of site building as you effortlessly construct stunning websites.', 'lifttruck') ?></p>
<p><?php echo __('LiftTruck is thoughtfully crafted to harmoniously integrate with the innovative site editor, allowing you to unleash your creativity and
deliver lightning-fast websites. Embrace the remarkable flexibility and ease-of-use provided by LiftTruck as it empowers you to adapt
and thrive in this new WordPress landscape.', 'lifttruck') ?></p>
<p><?php echo __('Boost your efficiency and launch your website faster than ever before with LiftTruck by your side.
Are you ready to embark on this exciting journey? Discover the limitless possibilities with LiftTruck – the theme that revolutionizes
the way you build your online presence.', 'lifttruck') ?></p>
<?php
return ob_get_clean();
}
return [ "description" => wd_theme_description(), "video_tutorial" => "" ];