| 1 |
<?php |
| 2 |
/** |
| 3 |
* Tables |
| 4 |
* |
| 5 |
* @package Tables |
| 6 |
*/ |
| 7 |
|
| 8 |
use LassoLite\Classes\Config; |
| 9 |
?> |
| 10 |
<?php Config::get_header(); ?> |
| 11 |
|
| 12 |
<!-- OPPORTUNITIES --> |
| 13 |
<input id="total-posts" class="d-none" value="0" /> |
| 14 |
<section class="px-3 py-5"> |
| 15 |
<div class="lite-container text-center"> |
| 16 |
|
| 17 |
<!-- TITLE BAR --> |
| 18 |
<div class="align-items-center"> |
| 19 |
|
| 20 |
<!-- TITLE --> |
| 21 |
<div class="mb-4"> |
| 22 |
<h1 class="m-0 mr-2 align-middle">Tables</h1> |
| 23 |
</div> |
| 24 |
</div> |
| 25 |
<div class="align-items-center"> |
| 26 |
|
| 27 |
<p class="large">Our tables perform exceptionally well in top-of-funnel content AND the alternatives section of reviews.</p> |
| 28 |
|
| 29 |
<p class="large">Tables are available with Lasso Pro. <a href="https://getlasso.co/upgrade/" target="_blank">Click here to upgrade</a>.</p> |
| 30 |
|
| 31 |
<div class="text-center"> |
| 32 |
<a href="https://getlasso.co/features/displays/#comparison-tables" target="_blank"> |
| 33 |
<img src="<?php echo SIMPLE_URLS_URL; ?>/admin/assets/images/tables-thumbnail.png" style="max-width: 800px;"> |
| 34 |
</a> |
| 35 |
</div> |
| 36 |
</div> |
| 37 |
|
| 38 |
</div> |
| 39 |
</section> |
| 40 |
|
| 41 |
|
| 42 |
<?php Config::get_footer(); ?> |
| 43 |
|