Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

aboutTimeshare.vue 3.6KB

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