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.6KB

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