Commit fdb19f88 by Harshit

lp

1 parent 04d8b426
...@@ -1324,8 +1324,7 @@ ...@@ -1324,8 +1324,7 @@
<div class="col-md-12"> <div class="col-md-12">
<p class="text-center aboutText" style="color:#fff;">Velociti is among the trusted villa builders <p class="text-center aboutText" style="color:#fff;">Velociti is among the trusted villa builders
in Bangalore, known for delivering luxury villa projects in North Bangalore and premium gated Velociti is a forward-thinking construction and development company committed to reshaping Bengaluru's skyline. From groundbreaking construction ventures to 360 degree real estate solutions, we're dedicated to creating spaces that elevate living.
communities.
</p> </p>
</div> </div>
...@@ -2557,7 +2556,9 @@ ...@@ -2557,7 +2556,9 @@
<script type="text/javascript"> <script type="text/javascript">
function save_landing_pageinfo(elm) { function save_landing_pageinfo(elm) {
var dupCookie = (document.cookie.match(/(^|;\s*)checkduplicate=([^;]+)/) || [])[2]; var dupCookie = (document.cookie.match(/(^|;\s*)checkduplicate=([^;]+)/) || [])[2];
if (dupCookie) { dupCookie = decodeURIComponent(dupCookie); } if (dupCookie) {
dupCookie = decodeURIComponent(dupCookie);
}
var rawMobile = jQuery('#' + elm + ' input[name="mobile"]').val() || ''; var rawMobile = jQuery('#' + elm + ' input[name="mobile"]').val() || '';
var normalizedMobile = rawMobile.replace(/[^0-9]/g, ''); var normalizedMobile = rawMobile.replace(/[^0-9]/g, '');
if (dupCookie && normalizedMobile && dupCookie === normalizedMobile) { if (dupCookie && normalizedMobile && dupCookie === normalizedMobile) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!