File: /home/mountains/public_html/wp-content/plugins/twitter-tweets/our_product.php
<?php
if (! defined('ABSPATH')) {
exit;
}
$twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
?>
<!-- Page Content -->
<div class="container">
<!-- Jumbotron Header -->
<header class="jumbotron my-4">
<h1 class="display-3"><?php esc_html_e('Twitter Tweets Pro!', 'twitter-tweets'); ?>
</h1>
<p class="lead"><?php esc_html_e('Twitter Tweets Pro is an advanced twitter plugin which can display twitter feeds on your WordPress website in an elegant and customizable manner. It supports multiple twitter accounts without any limitations.', 'twitter-tweets'); ?>
</p>
<a href="<?php echo esc_url('https://demo.weblizar.com/twitter-tweets-pro/'); ?>" class="btn btn-primary btn-lg" target="_blank"><?php esc_html_e('View Demo', 'twitter-tweets'); ?></a>
<a href="<?php echo esc_url('https://weblizar.com/plugins/twitter-tweets-pro/')?>" class="btn btn-primary btn-lg" target="_blank"><?php esc_html_e('Buy Now $19', 'twitter-tweets'); ?></a>
</header>
</div>
<!-- /.container -->