Spamworldpro Mini Shell
Spamworldpro


Server : Apache
System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64
User : corals ( 1002)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
Directory :  /home/corals/vreg/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/corals/vreg/pages/contact-us.vue
<template>
  <div>
    <section class="contact-banner m-f-top">
      <div class="container">
        <div class="row">
          <div class="col-lg-6">
            <h4>We're easy to talk to</h4>
            <h1>Have a question or a message you want to send us? </h1>
            <p>
              <a :href="`mailto:${appEmail}`">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                  <path d="M22 2L11 13" stroke="#2FABFF" stroke-width="2" stroke-linecap="round"
                        stroke-linejoin="round"/>
                  <path d="M22 2L15 22L11 13L2 9L22 2Z" stroke="#2FABFF" stroke-width="2" stroke-linecap="round"
                        stroke-linejoin="round"/>
                </svg>
                Send an email
              </a>
            </p>
            <p>
              <a href="tel:855-938-4780">
                <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
                  <path
                    d="M22.0004 16.92V19.92C22.0016 20.1985 21.9445 20.4742 21.8329 20.7293C21.7214 20.9845 21.5577 21.2136 21.3525 21.4019C21.1473 21.5901 20.905 21.7335 20.6412 21.8227C20.3773 21.9119 20.0978 21.9451 19.8204 21.92C16.7433 21.5856 13.7874 20.5341 11.1904 18.85C8.77425 17.3147 6.72576 15.2662 5.19042 12.85C3.5004 10.2412 2.44866 7.27099 2.12042 4.18C2.09543 3.90346 2.1283 3.62476 2.21692 3.36162C2.30555 3.09849 2.44799 2.85669 2.63519 2.65162C2.82238 2.44655 3.05023 2.28271 3.30421 2.17052C3.5582 2.05833 3.83276 2.00026 4.11042 2H7.11042C7.59573 1.99522 8.06621 2.16708 8.43418 2.48353C8.80215 2.79998 9.0425 3.23944 9.11042 3.72C9.23704 4.68006 9.47187 5.62272 9.81042 6.53C9.94497 6.88792 9.97408 7.27691 9.89433 7.65088C9.81457 8.02484 9.62928 8.36811 9.36042 8.64L8.09042 9.91C9.51398 12.4135 11.5869 14.4864 14.0904 15.91L15.3604 14.64C15.6323 14.3711 15.9756 14.1858 16.3495 14.1061C16.7235 14.0263 17.1125 14.0555 17.4704 14.19C18.3777 14.5285 19.3204 14.7634 20.2804 14.89C20.7662 14.9585 21.2098 15.2032 21.527 15.5775C21.8441 15.9518 22.0126 16.4296 22.0004 16.92Z"
                    stroke="#2FABFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
                Call us
              </a>
            </p>
          </div>
          <div class="col-lg-6">
            <div class="contact-banner-img-wrapper">
              <img src="/images/contact/contact-banner.webp" alt="Banner" class="contact-img img-fluid">
            </div>
          </div>
        </div>
      </div>
    </section>
    <section class="contact-info-section">
      <div class="container">
        <div class="contact-wrapper">
          <div class="box">
            <p>Company</p>
            <h6>{{ appDomain  }}</h6>
          </div>
          <div class="box">
            <p>Address</p>
            <h6>2598 E Sunrise Blvd Suite 2104 <br>
              Fort Lauderdale, FL 33304 </h6>
          </div>
          <div class="box">
            <p>Phone</p>
            <h6>855-938-4780</h6>
          </div>
          <div class="box">
            <p>Opening hours</p>
            <h6>Friday-Monday 9:00-5:00 EST</h6>
          </div>
        </div>
      </div>
    </section>
  </div>
</template>

<script>
export default {
  name: "contact-us",
  head() {
    return {
      title: 'Contact us'
    }
  }
}
</script>

<style scoped>

</style>

Spamworldpro Mini