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/index.vue
<template>

  <div>

    <!-- Banner -->
    <section class="home-banner m-f-top">
      <div class="container">
        <div class="row">
          <div class="col-lg-7 banner-text-wrapper">
            <h1>Quickly Renew Your <br> Vehicle Registration Online</h1>
            <p>Renew your vehicle registration online without the hassle of doing it in person. Save time and skip the
              line.</p>
            <form action="">
              <div class="home-row">
                <div class="left">
                  <div class="form-group">
                    <select class="custom-select" v-model="selectedState">
                      <option value="0" selected disabled>Select your state</option>
                      <option v-for="state in states" :value="state" v-text="state.label"></option>
                    </select>
                    <svg class="select-arrow" width="14" height="8" viewBox="0 0 14 8" fill="none"
                         xmlns="http://www.w3.org/2000/svg">
                      <path d="M12.5298 1.76349L7.26489 6.52698L1.99999 1.76349" stroke="#245B92" stroke-width="2"
                            stroke-linecap="round" stroke-linejoin="round"/>
                    </svg>
                  </div>
                </div>
                <div class="right">
                  <button type="submit" :disabled="!selectedState" class="btn btn-green" @click.prevent="startNow">
                    START NOW
                  </button>
                  <nuxt-link to="/how-it-works" class="how-link d-none d-lg-inline-flex">See how it works
                    <svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                      <path d="M3.42004 0.719994L6.84006 4.5L3.42004 8.28001" stroke="#2FABFF" stroke-linecap="round"
                            stroke-linejoin="round"/>
                      <path d="M6.07996 0.719994L9.49997 4.5L6.07996 8.28001" stroke="#2FABFF" stroke-linecap="round"
                            stroke-linejoin="round"/>
                    </svg>
                  </nuxt-link>
                </div>
              </div>
              <div class="d-flex justify-content-center d-lg-none">
                <nuxt-link to="/how-it-works" class="how-link">See how it works
                  <svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M3.42004 0.719994L6.84006 4.5L3.42004 8.28001" stroke="#2FABFF" stroke-linecap="round"
                          stroke-linejoin="round"/>
                    <path d="M6.07996 0.719994L9.49997 4.5L6.07996 8.28001" stroke="#2FABFF" stroke-linecap="round"
                          stroke-linejoin="round"/>
                  </svg>
                </nuxt-link>
              </div>
            </form>

            <img src="/images/home-banner-gif.gif" alt="Gif Image" class="home-banner-gif">
          </div>
          <div class="col-lg-5 banner-img-row-wrapper">
            <div class="banner-img-wrapper">
              <img src="/images/home/hp_hero.webp" alt="Banner Image">
            </div>
          </div>
        </div>

      </div>
    </section>
    <!-- Home Info 1 -->
    <section class="home-info-1">
      <div class="container">
        <h4>We're not the government, we're better</h4>
        <h2>Skip the line, renew online</h2>
        <div class="row">
          <div class="col-lg-4">
            <img src="/images/home/step01.webp" alt="Image" class="img-fluid">
            <h5>1. Answer a few easy questions</h5>
            <p>No need to visit the DMV or wait your turn in line. Simply tell us a bit about yourself and your vehicle
              and we'll handle the rest.</p>
          </div>
          <div class="col-lg-4">
            <img src="/images/home/step-2.webp" alt="Image" class="img-fluid">
            <h5>2. Get step-by-step updates </h5>
            <p>Connect with a friendly customer experience manager from start to finish for a stress-free renewal. Our
              experts are your experts.</p>
          </div>
          <div class="col-lg-4">
            <img src="/images/home/step-3.webp" alt="Image" class="img-fluid">
            <h5>3. Receive your order sooner </h5>
            <p>Once processed, a digital tag is instantly available – if applicable, we mail a hard copy to the mailing
              address you tell us.</p>
          </div>
        </div>
      </div>
    </section>

    <!-- Home Info 2 -->
    <section class="home-info-2">
      <div class="container">
        <div class="row">
          <div class="col-lg-12">
            <div class="home-info-2-content">
              <h6>No hassle, no fuss</h6>
              <h2>Thanks to {{ appDomain }}, you now have an easier, hassle-free way to renew your vehicle online.</h2>
              <p>The traditional way of renewing a vehicle - taking time off work, waiting in line at the local DMV,
                being told your renewal is blocked because of a few unpaid toll violations in person - makesno
                sense. </p>
              <p>We help you renew online without the hassle.</p>
              <a href="#" class="learn-link">Learn More About {{ appDomain }}
                <svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                  <path d="M3.4201 0.719849L6.8402 4.49994L3.4201 8.28004" stroke="#2FABFF" stroke-width="1.2"
                        stroke-linecap="round" stroke-linejoin="round"/>
                  <path d="M7.08002 0.719849L10.5001 4.49994L7.08002 8.28004" stroke="#2FABFF" stroke-width="1.2"
                        stroke-linecap="round" stroke-linejoin="round"/>
                </svg>
              </a>
            </div>
          </div>
        </div>
        <img src="/images/home/mobile-hand.webp" alt="Info" class="img-fluid home-info-2-img d-none d-md-block">
      </div>
      <img src="/images/home/mobile-hand.webp" alt="Info" class="img-fluid home-info-2-img d-md-none">
    </section>

    <!-- Testimonials -->

    <client-only>
      <Testimonials/>
    </client-only>
    <!-- Home Info 3 -->
    <section class="home-info-3">
      <div class="container">
        <h4>Convenience you expect, benefits you'll love
          <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
            <path
              d="M5.2 9.4C5.2 9.4 6.25 10.8 8 10.8C9.75 10.8 10.8 9.4 10.8 9.4M5.9 5.9H5.907M10.1 5.9H10.107M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z"
              stroke="#030A69" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/>
          </svg>
        </h4>
        <div class="row">
          <div class="col-md-4">
            <div class="box-outer">
              <h3>Save Time </h3>
              <div class="box">
                <div class="box-inner">
                  <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path
                      d="M15.6488 6.88711V15.7178L21.5083 18.6613M30.2975 15.7178C30.2975 23.8462 23.7391 30.4355 15.6488 30.4355C7.55848 30.4355 1 23.8462 1 15.7178C1 7.58937 7.55848 1 15.6488 1C23.7391 1 30.2975 7.58937 30.2975 15.7178Z"
                      stroke="#5AA1D1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                  </svg>
                </div>
                <img src="/images/home/time.webp" alt="Image" class="img-fluid info-img">
              </div>
            </div>
            <h3>Save Time </h3>
            <p><b>Your living room is the new waiting room</b> – sit back and relax.We offer convenient instant status
              checks and text message notifications to give you peace of mind.</p>
            <a href="#" class="more-link">Renew Today
              <svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M3.42004 0.719971L6.84006 4.49998L3.42004 8.27999" stroke="#2FABFF" stroke-linecap="round"
                      stroke-linejoin="round"/>
                <path d="M6.07996 0.719971L9.49997 4.49998L6.07996 8.27999" stroke="#2FABFF" stroke-linecap="round"
                      stroke-linejoin="round"/>
              </svg>
            </a>
          </div>
          <div class="col-md-4">
            <div class="box-outer">
              <h3>Satisfaction Guaranteed</h3>
              <div class="box">
                <div class="box-inner">
                  <svg width="34" height="33" viewBox="0 0 34 33" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path
                      d="M25 12.5H26.5C28.0913 12.5 29.6174 13.1321 30.7426 14.2574C31.8679 15.3826 32.5 16.9087 32.5 18.5C32.5 20.0913 31.8679 21.6174 30.7426 22.7426C29.6174 23.8679 28.0913 24.5 26.5 24.5H25M25 12.5H1V26C1 27.5913 1.63214 29.1174 2.75736 30.2426C3.88258 31.3679 5.4087 32 7 32H19C20.5913 32 22.1174 31.3679 23.2426 30.2426C24.3679 29.1174 25 27.5913 25 26V12.5ZM7 4C8 5.5 6 7 7 8.5M13 1C14.5 3 11 6 13 8.5M19 4C20 5 17.5 7.5 19 8.5"
                      stroke="#5AA1D1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
                  </svg>
                </div>
                <img src="/images/home/satisfaction.webp" alt="Image" class="img-fluid info-img">
              </div>
            </div>
            <h3>Satisfaction Guaranteed</h3>
            <p><b>We value your satisfaction</b> – you deserve hassle-free service. We offer a 30 day money-back
              guarantee for the fee we charge for our services. Here's our <a href="#">Refund Policy</a>.</p>
            <a href="#" class="more-link">Get Started
              <svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M3.42004 0.719971L6.84006 4.49998L3.42004 8.27999" stroke="#2FABFF" stroke-linecap="round"
                      stroke-linejoin="round"/>
                <path d="M6.07996 0.719971L9.49997 4.49998L6.07996 8.27999" stroke="#2FABFF" stroke-linecap="round"
                      stroke-linejoin="round"/>
              </svg>
            </a>
          </div>
          <div class="col-md-4">
            <div class="box-outer">
              <h3>Live Agents </h3>
              <div class="box">
                <div class="box-inner">
                  <svg width="47" height="29" viewBox="0 0 47 29" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <mask id="path-1-inside-1" fill="white">
                      <path fill-rule="evenodd" clip-rule="evenodd"
                            d="M13.5 0C6.04415 0 0 6.04416 0 13.5C0 20.9558 6.04416 27 13.5 27H33.5C35.6804 27 37.7401 26.4831 39.5631 25.5651C40.9644 27.2391 43.6744 28.2043 45.691 28.0603C44.6927 27.1243 43.2365 24.7836 44.0297 21.9491C45.8881 19.6361 47 16.6979 47 13.5C47 6.04416 40.9558 0 33.5 0H13.5Z"/>
                    </mask>
                    <path
                      d="M39.5631 25.5651L41.0967 24.2814L40.0793 23.066L38.6637 23.7788L39.5631 25.5651ZM45.691 28.0603L45.8335 30.0552L50.3956 29.7293L47.0589 26.6012L45.691 28.0603ZM44.0297 21.9491L42.4706 20.6965L42.2141 21.0157L42.1037 21.4101L44.0297 21.9491ZM2 13.5C2 7.14873 7.14872 2 13.5 2V-2C4.93958 -2 -2 4.93959 -2 13.5H2ZM13.5 25C7.14873 25 2 19.8513 2 13.5H-2C-2 22.0604 4.93959 29 13.5 29V25ZM33.5 25H13.5V29H33.5V25ZM38.6637 23.7788C37.1133 24.5595 35.361 25 33.5 25V29C35.9998 29 38.3669 28.4067 40.4626 27.3515L38.6637 23.7788ZM38.0295 26.8489C38.9998 28.008 40.3395 28.837 41.6672 29.3568C42.9968 29.8774 44.4772 30.1521 45.8335 30.0552L45.5485 26.0653C44.8882 26.1125 44.0053 25.9766 43.1255 25.6321C42.2437 25.2869 41.5278 24.7963 41.0967 24.2814L38.0295 26.8489ZM47.0589 26.6012C46.4081 25.9911 45.4269 24.3778 45.9557 22.4881L42.1037 21.4101C41.0461 25.1893 42.9773 28.2576 44.3232 29.5193L47.0589 26.6012ZM45 13.5C45 16.2261 44.054 18.7257 42.4706 20.6965L45.5889 23.2018C47.7222 20.5465 49 17.1698 49 13.5H45ZM33.5 2C39.8513 2 45 7.14873 45 13.5H49C49 4.93959 42.0604 -2 33.5 -2V2ZM13.5 2H33.5V-2H13.5V2Z"
                      fill="#5AA1D1" mask="url(#path-1-inside-1)"/>
                  </svg>
                </div>
                <img src="/images/home/live-agent.webp" alt="Image" class="img-fluid info-img third">
              </div>
            </div>
            <h3>Live Agents </h3>
            <p><b>You're not alone - we promise.</b> A customer experience manager will work with you from start to
              finish to help save you atrip to the DMV. Our experts are your experts.</p>
            <a href="#" class="more-link">Contact Now
              <svg width="10" height="9" viewBox="0 0 10 9" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path d="M3.42004 0.719971L6.84006 4.49998L3.42004 8.27999" stroke="#2FABFF" stroke-linecap="round"
                      stroke-linejoin="round"/>
                <path d="M6.07996 0.719971L9.49997 4.49998L6.07996 8.27999" stroke="#2FABFF" stroke-linecap="round"
                      stroke-linejoin="round"/>
              </svg>
            </a>
          </div>
        </div>
      </div>
    </section>

    <!-- Home Info 4 -->

    <section class="home-info-4">
      <div class="container">
        <h4>Less hassle, more convenience</h4>
        <h2>Better vehicle renewal that checks all the boxes</h2>
        <div class="box">
          <div class="home-row">
            <div class="des"></div>
            <div class="icon">
              <p class="d-none d-md-block">{{ appDomain }}</p>
              <p class="d-md-none">VR</p>
            </div>
            <div class="icon">
              <p class="d-none d-md-block">DMV (Government)</p>
              <p class="d-md-none">Govt.</p>
            </div>
          </div>
          <div class="home-row">
            <div class="des">
              <p>Agency Fee</p>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M6.73726 6.73726L11.2627 11.2627M6.73726 11.2627L11.2627 6.73726M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z"
                  stroke="#F50707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <div class="home-row">
            <div class="des">
              <p>Online Renewal </p>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <div class="home-row">
            <div class="des">
              <p>Digital registration card</p>
              <span class="alert-icon" v-b-tooltip.hover title="No need to run around, do it from your home">
								<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
									<path
                    d="M6 11C8.76143 11 11 8.76143 11 6C11 3.23858 8.76143 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76143 3.23858 11 6 11Z"
                    fill="#182D40"/>
									<path d="M6 4.19995V5.99995" stroke="white" stroke-width="1.3" stroke-linecap="round"
                        stroke-linejoin="round"/>
									<path d="M6 8.09399H6.008" stroke="white" stroke-width="1.3" stroke-linecap="round"
                        stroke-linejoin="round"/>
								</svg>
							</span>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M6.73726 6.73726L11.2627 11.2627M6.73726 11.2627L11.2627 6.73726M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z"
                  stroke="#F50707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <div class="home-row">
            <div class="des">
              <p>One-click annual renewals</p>
              <span class="alert-icon" v-b-tooltip.hover title="Everything is done by clicking once">
								<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
									<path
                    d="M6 11C8.76143 11 11 8.76143 11 6C11 3.23858 8.76143 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76143 3.23858 11 6 11Z"
                    fill="#182D40"/>
									<path d="M6 4.19995V5.99995" stroke="white" stroke-width="1.3" stroke-linecap="round"
                        stroke-linejoin="round"/>
									<path d="M6 8.09399H6.008" stroke="white" stroke-width="1.3" stroke-linecap="round"
                        stroke-linejoin="round"/>
								</svg>
							</span>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M6.73726 6.73726L11.2627 11.2627M6.73726 11.2627L11.2627 6.73726M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z"
                  stroke="#F50707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <div class="home-row">
            <div class="des">
              <p>Free Sticker replacements</p>

              <span class="alert-icon" v-b-tooltip.hover title="Who doesn't like free stuffs">
								<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
									<path
                    d="M6 11C8.76143 11 11 8.76143 11 6C11 3.23858 8.76143 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76143 3.23858 11 6 11Z"
                    fill="#182D40"/>
									<path d="M6 4.19995V5.99995" stroke="white" stroke-width="1.3" stroke-linecap="round"
                        stroke-linejoin="round"/>
									<path d="M6 8.09399H6.008" stroke="white" stroke-width="1.3" stroke-linecap="round"
                        stroke-linejoin="round"/>
								</svg>
							</span>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M6.73726 6.73726L11.2627 11.2627M6.73726 11.2627L11.2627 6.73726M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z"
                  stroke="#F50707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <div class="home-row">
            <div class="des">
              <p>Text message notifications</p>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M6.73726 6.73726L11.2627 11.2627M6.73726 11.2627L11.2627 6.73726M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z"
                  stroke="#F50707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <div class="home-row">
            <div class="des">
              <p>Instant status checks</p>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M6.73726 6.73726L11.2627 11.2627M6.73726 11.2627L11.2627 6.73726M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z"
                  stroke="#F50707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <div class="home-row">
            <div class="des">
              <p>Out of state shipping</p>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M6.73726 6.73726L11.2627 11.2627M6.73726 11.2627L11.2627 6.73726M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z"
                  stroke="#F50707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <div class="home-row">
            <div class="des">
              <p>Fast response times</p>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M6.73726 6.73726L11.2627 11.2627M6.73726 11.2627L11.2627 6.73726M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z"
                  stroke="#F50707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <div class="home-row last">
            <div class="des">
              <p>Money-back guarantee</p>
            </div>
            <div class="icon">
              <svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M21 10.0857V11.0057C20.9988 13.1621 20.3005 15.2604 19.0093 16.9875C17.7182 18.7147 15.9033 19.9782 13.8354 20.5896C11.7674 21.201 9.55726 21.1276 7.53447 20.3803C5.51168 19.633 3.78465 18.2518 2.61096 16.4428C1.43727 14.6338 0.879791 12.4938 1.02168 10.342C1.16356 8.19029 1.99721 6.14205 3.39828 4.5028C4.79935 2.86354 6.69279 1.72111 8.79619 1.24587C10.8996 0.770634 13.1003 0.988061 15.07 1.86572M21 3.00572L11 13.0157L8.00001 10.0157"
                  stroke="#00C72C" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
            <div class="icon">
              <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M6.73726 6.73726L11.2627 11.2627M6.73726 11.2627L11.2627 6.73726M17 9C17 13.4183 13.4183 17 9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9Z"
                  stroke="#F50707" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
              </svg>
            </div>
          </div>
          <a href="#" class="btn btn-green">START YOUR RENEWAL TODAY</a>
        </div>
      </div>
      <picture>
        <source media="(min-width: 576px)" srcset="/images/home/table-img.webp">
        <source media="(max-width: 575px)" srcset="/images/home/table-img-mobile.webp">
        <img src="/images/home/table-img.webp" alt="Image" class="img-fluid d-lg-none people-img">
      </picture>

    </section>

    <!-- Faq -->

    <FAQ/>

    <!-- Footer -->


  </div>

</template>

<script>

import FAQ from '@/components/FAQ'
import Testimonials from "@/components/Testimonials";

export default {
  components: {Testimonials, FAQ},
  data() {
    return {
      states: [
        {link: '/fl/step-1', label: 'Florida'},
        {link: '/pa/step-1', label: 'Pennsylvania'},
        {link: '/wi/step-1', label: 'Wisconsin'},
        {link: '/az/step-1', label: 'Arizona'},
      ],
      selectedState: 0
    }
  },
  methods: {
    startNow() {

      if (!this.selectedState) {
        return;
      }

      this.$router.push({path: this.selectedState.link})
    }
  },
  beforeMount() {
    this.$store.commit('SET_URL_INDEX_HREF', window.location.href.toString());
  }
}
</script>

Spamworldpro Mini