You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

aboutTimeshare.vue 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <template>
  2. <!--/ About Star /-->
  3. <section class="section-about">
  4. <div class="container">
  5. <div class="row">
  6. <div class="col-sm-12">
  7. <div class="about-img-box">
  8. <img
  9. src="img/timeshare2.jpg"
  10. alt="About Timeshare"
  11. class="img-fluid"
  12. style="width:800px;height:400px;"
  13. />
  14. </div>
  15. <div class="sinse-box">
  16. <h3 class="sinse-title">
  17. Timeshare Resales
  18. <span></span>
  19. </h3>
  20. </div>
  21. </div>
  22. <div class="col-md-12 section-t8">
  23. <div class="row">
  24. <div class="col-lg-2 d-none d-lg-block">
  25. <div class="title-vertical d-flex justify-content-start color-b">
  26. <span>Uni-Vate Properties</span>
  27. </div>
  28. </div>
  29. <div class="col-md-6 col-lg-5 section-md-t3">
  30. <p class="color-text-a font-weight-bold" style="text-align:left;">
  31. found that there was a desperate need for a reputable source for buyers and
  32. sellers to turn to with their timeshare needs in South Africa. Over the
  33. years, Uni-Vate has developed a treasure of networking alliances of professional
  34. acquaintances and that has made timeshare resales a pleasure for both buyers and
  35. sellers. We are fully equipped to assist with conventional timeshare requirements
  36. and assure you of fast, efficient and personal service.
  37. </p>
  38. <p class="color-text-a" style="text-align:left;">
  39. We strive to legitimize an industry that has fallen victim to scam artists
  40. and unscrupulous sales tactics. Your best option for buying or selling a
  41. timeshare resale week is through a real-estate company where an agent is
  42. able to assist you with the sale from point of offer, to negotiation,
  43. to conclusion, to successful payment and transfer.
  44. </p>
  45. <p class="color-text-a" style="text-align:left;">
  46. Our goal for our sellers is to obtain the best price the market will bear
  47. for their week/s. We do this by continually evaluating our marketplace,
  48. educating the consumer, and encouraging sellers to price their properties
  49. at competitive prices. This ensures buyers of well researched data to be able
  50. to make informed decisions about their purchase which will provide their families
  51. with hassle free future holidays.
  52. </p>
  53. </div>
  54. <div class="col-md-6 col-lg-5">
  55. <p class="color-text-b" style="text-align:left;">
  56. Uni-Vate Properties facilitates the timeshare resale for a listing fee of
  57. only R380 including VAT payable when listing your week/module. Transfer fees
  58. vary per week depending on the share block but this will be confirmed on request
  59. when making an offer on an interested week. Transfer fees are payable by the buyers.
  60. List your week for sale or browse our already listed weeks available for easy access
  61. to creating new holiday memories for the whole family.
  62. </p>
  63. <p>
  64. <img
  65. src="img/timeshare.jpg"
  66. alt
  67. class="img-fluid"
  68. style="width:500px;height:330px;"
  69. />
  70. </p>
  71. </div>
  72. </div>
  73. </div>
  74. </div>
  75. </div>
  76. </section>
  77. <!--/ About End /-->
  78. </template>
  79. <script>
  80. export default {};
  81. </script>