| 1 |
<div class="tb-global__header"> |
| 2 |
<div class="tb-container"> |
| 3 |
|
| 4 |
<div class="tb-global__caption"> |
| 5 |
<h2 class="tb-global__htitle"> |
| 6 |
<?php echo esc_html__('Welcome to Templateberg', 'templateberg'); ?> |
| 7 |
</h2> |
| 8 |
<p class="tb-global__desc"> |
| 9 |
<?php echo esc_html__("Templateberg power you to create site quickly and easily. You don't have to spend hours trying to create a template and block design. With a click your favourite template design will import on your site and you can change text, image and customize it for your needs.", 'templateberg'); ?> |
| 10 |
</p> |
| 11 |
<a href="<?php echo esc_url(admin_url('post-new.php?post_type=page')); ?>" target="_blank" class="tb-btn tb-btn__primary tb-btn__lg"> |
| 12 |
<?php echo esc_html__('Get Started With New Page', 'templateberg'); ?> |
| 13 |
</a> |
| 14 |
|
| 15 |
</div> |
| 16 |
|
| 17 |
<img src="<?php echo esc_url(TEMPLATEBERG_URL . 'assets/img/prospective-image-640x214.png')?>" /> |
| 18 |
</div> |
| 19 |
</div> |
| 20 |
|