wp redesign

This commit is contained in:
Jerry
2022-11-08 14:50:27 +01:00
parent 7ba868e59f
commit 36951740a5
70 changed files with 473 additions and 24105 deletions

View File

@@ -6,12 +6,23 @@
the_post();
?>
<div class="content no-pb">
<div class="top-panel empty"></div>
<div class="cont back-white">
<div class="text-page">
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<div class="content">
<?php the_content(); ?>
<div class="mp-feature with-bg bot-form">
<div class="cont">
<div class="inner-cont">
<div class="flex">
<div class="col">
<div class="mp-interested centered">
<h4>Interested? Get to know more</h4>
<div class="buttons">
<a href="/contact-us" class="button action big">Request a demo</a>
<a href="<?= get_lawcarta_url()?>/user/registration" class="button secondary big">Sign Up For Free</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>