/home/websdxuk/public_html/professional-website-design/thankyou.php
<?php
$currentPage = basename($_SERVER['PHP_SELF']);
$pageWithoutExtension = pathinfo($currentPage, PATHINFO_FILENAME);
$formattedPageName = ucwords(str_replace(['-', '_'], ' ', $pageWithoutExtension));
$pageTitle = ($pageWithoutExtension === 'index')  ? 'Home | WebsiteBuildersOfficial' : $formattedPageName . ' | WebsiteBuildersOfficial';
$description = 'We are Website Builders Official, a USA web design and Development firm. We offer web design, Brand Development, website management, and web development';
$author = 'WebsiteBuildersOfficial'; // No spaces for consistency
$keywords = '';
$baseUrl = 'https://websitebuildersofficial.com/';
$canonicalUrl = ($pageWithoutExtension === 'index') ? $baseUrl : $baseUrl . $pageWithoutExtension;
$ogImageUrl = $baseUrl . 'assets/images/url-1630492961529.webp';
include(__DIR__ . '/header.php');
?>

<div class="region region-header-bottom">
    <div class="hero_bg_mm">
      <div id="block-bfm-page-title" class="block block-core block-page-title-block">
        <div class="general-header service-detail-header">
          <div class="hero-wrapper js-vp-check-st">
            <div class="grey-bg hk_logos">
              <div class="container">
                <div class="row_mm">
   
                  <div class="hero-content">
                    <div class="service-parent wow fadeInDown" data-wow-duration=".6s" data-wow-delay=".3s">
                      <a>

                        ELEVATE YOUR WEBSITE TO THE NEXT LEVEL</a>
                    </div>

                     
                    <h1 class="page-title field field--name-title field--type-string field--label-hidden wow fadeInDown"
                      data-wow-duration=".6s" data-wow-delay=".2s">
                    THANK YOU FOR YOUR SIGNUP!
                    </h1>
                    <div
                      class="clearfix text-formatted field field--name-field-sub-heading field--type-text-long field--label-hidden field__item wow fadeInDown"
                      data-wow-duration=".6s" data-wow-delay=".4s">
                      <p>Our Team Will Get Back To You Shortly
                      </p>
              
            

                    </div>
                    <div class="banner_btn_m">
                      <a href="javascript:;" name="for $199" onclick="order_now_value(this)"
                        class="popUpBtn btn_get_mm purple_btn btn_df">Request A Quote</a>
                      <a href="javascript:;" class="btn_chat btn_blue  btn_df" onclick="setButtonURL();">Live Chat</a>
                    </div>
                  </div>
                </div>
              </div>
              <div class="mobile-hoops">
                <div class="top-left-grey-hoop wow fadeInDown" data-wow-duration=".6s" data-wow-delay=".7s"></div>
                <div class="red-hoop wow fadeInDown" data-wow-duration=".6s" data-wow-delay=".8s"></div>
              </div>
            </div>


            <div class="right-image-wrapper svc-wrapper">
              <div class="hero-decor-group">
                <?php include('./include/bannerAnimation.php') ?>

              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div> 





<?php include('footer.php') ?>
XML-RPC server accepts POST requests only.