123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <template>
- <!--/ About Star /-->
- <section class="section-about">
- <div class="container">
- <div class="row">
- <div class="col-sm-12">
- <div class="about-img-box">
- <img
- src="img/timeshare2.jpg"
- alt="About Timeshare"
- class="img-fluid"
- style="width:800px;height:400px;"
- />
- </div>
- <div class="sinse-box">
- <h3 class="sinse-title">
- Timeshare Resales
- <span></span>
- </h3>
- </div>
- </div>
- <div class="col-md-12 section-t8">
- <div class="row">
- <div class="col-lg-2 d-none d-lg-block">
- <div class="title-vertical d-flex justify-content-start color-b">
- <span>Uni-Vate Properties</span>
- </div>
- </div>
- <div class="col-md-6 col-lg-5 section-md-t3">
- <p class="color-text-a font-weight-bold" style="text-align:left;">
- found that there was a desperate need for a reputable source for buyers and
- sellers to turn to with their timeshare needs in South Africa. Over the
- years, Uni-Vate has developed a treasure of networking alliances of professional
- acquaintances and that has made timeshare resales a pleasure for both buyers and
- sellers. We are fully equipped to assist with conventional timeshare requirements
- and assure you of fast, efficient and personal service.
- </p>
- <p class="color-text-a" style="text-align:left;">
- We strive to legitimize an industry that has fallen victim to scam artists
- and unscrupulous sales tactics. Your best option for buying or selling a
- timeshare resale week is through a real-estate company where an agent is
- able to assist you with the sale from point of offer, to negotiation,
- to conclusion, to successful payment and transfer.
- </p>
- <p class="color-text-a" style="text-align:left;">
- Our goal for our sellers is to obtain the best price the market will bear
- for their week/s. We do this by continually evaluating our marketplace,
- educating the consumer, and encouraging sellers to price their properties
- at competitive prices. This ensures buyers of well researched data to be able
- to make informed decisions about their purchase which will provide their families
- with hassle free future holidays.
- </p>
- </div>
- <div class="col-md-6 col-lg-5">
- <p class="color-text-b" style="text-align:left;">
- Uni-Vate Properties facilitates the timeshare resale for a listing fee of
- only R380 including VAT payable when listing your week/module. Transfer fees
- vary per week depending on the share block but this will be confirmed on request
- when making an offer on an interested week. Transfer fees are payable by the buyers.
- List your week for sale or browse our already listed weeks available for easy access
- to creating new holiday memories for the whole family.
- </p>
- <p>
- <img
- src="img/timeshare.jpg"
- alt
- class="img-fluid"
- style="width:500px;height:330px;"
- />
- </p>
- </div>
- </div>
- </div>
- </div>
- </div>
- </section>
- <!--/ About End /-->
- </template>
- <script>
- export default {};
- </script>
|