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.

faqPage.vue 17KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. <template>
  2. <!-- eslint-disable max-len -->
  3. <section class="collapse-items">
  4. <div class="container">
  5. <div class="row">
  6. <div class="col-sm-12">
  7. <div class="faq-img-box">
  8. <img
  9. src="img/questions.jpg"
  10. alt="Frequently Asked Questions"
  11. class="img-fluid title-img"
  12. />
  13. </div>
  14. <div class="sinse-box title-title">
  15. <h3 class="sinse-title">Frequently Asked Questions</h3>
  16. </div>
  17. </div>
  18. <div class="container col-md-10">
  19. <br />
  20. <div id="accordion">
  21. <div class="card" id="heading1">
  22. <button
  23. class="btn btn-link font-weight-bold color-b text-left"
  24. data-toggle="collapse"
  25. data-target="#collapse1"
  26. aria-expanded="true"
  27. aria-controls="collapse1"
  28. >What is timeshare vacation ownership?</button>
  29. </div>
  30. <div
  31. id="collapse1"
  32. class="collapse show color-text-a"
  33. aria-labelledby="heading1"
  34. data-parent="#accordion"
  35. style="background-color:#E3E3E3"
  36. >
  37. <div class="card-body" style="text-align:left">
  38. Owning a timeshare means you own a portion of time in a specific unit in a resort. Most commonly the
  39. increments are sold per week and usually this means Friday to Friday depending on the specific resorts
  40. calendar. In specific resorts it could also mean midweek or weekend modules.
  41. </div>
  42. </div>
  43. <!-- <div class="card"> -->
  44. <div class="card" id="heading2">
  45. <!-- <h5 class="mb-0"> -->
  46. <button
  47. class="btn btn-link font-weight-bold color-b text-left"
  48. data-toggle="collapse"
  49. data-target="#collapse2"
  50. aria-expanded="false"
  51. aria-controls="collapse2"
  52. >What is included in my timeshare?</button>
  53. <!-- </h5> -->
  54. </div>
  55. <div
  56. id="collapse2"
  57. class="collapse"
  58. aria-labelledby="heading2"
  59. data-parent="#accordion"
  60. style="background-color:#E3E3E3"
  61. >
  62. <div class="card-body" style="text-align:left">
  63. Most timeshare resorts are self-catering which means you have a ‘home away from home” holiday. You will
  64. not be required to pay for your accommodation week other than a maintenance levy which is charged by the
  65. resort. Some resorts do charge a key or breakage deposit but these are usually refundable.
  66. </div>
  67. </div>
  68. <!-- </div> -->
  69. <div class="card" id="heading3">
  70. <!-- <h5 class="mb-0"> -->
  71. <button
  72. class="btn btn-link font-weight-bold color-b text-left"
  73. data-toggle="collapse"
  74. data-target="#collapse3"
  75. aria-expanded="false"
  76. aria-controls="collapse3"
  77. >What is timeshare resale?</button>
  78. <!-- </h5> -->
  79. </div>
  80. <div
  81. id="collapse3"
  82. class="collapse"
  83. aria-labelledby="heading3"
  84. data-parent="#accordion"
  85. style="background-color:#E3E3E3"
  86. >
  87. <div class="card-body" style="text-align:left">
  88. Should the needs or lifestyle change for the timeshare owner, he may decide to sell his week. As a proud
  89. member of VOASA, Uni-Vate Properties are accredited agents who facilitate this process for the seller and
  90. prospective buyer, ensuring sound and ethical business practice for all transactions.
  91. </div>
  92. </div>
  93. <div class="card" id="heading4">
  94. <!-- <h5 class="mb-0"> -->
  95. <button
  96. class="btn btn-link font-weight-bold color-b text-left"
  97. data-toggle="collapse"
  98. data-target="#collapse4"
  99. aria-expanded="false"
  100. aria-controls="collapse4"
  101. >Can Uni-Vate Properties sell my points?</button>
  102. <!-- </h5> -->
  103. </div>
  104. <div
  105. id="collapse4"
  106. class="collapse"
  107. aria-labelledby="heading4"
  108. data-parent="#accordion"
  109. style="background-color:#E3E3E3"
  110. >
  111. <div class="card-body" style="text-align:left">
  112. Uni-Vate Properties specialise in fixed weeks or flexi week timeshare but are qualified to sell and/or
  113. advise on points sales.
  114. </div>
  115. </div>
  116. <div class="card" id="heading5">
  117. <!-- <h5 class="mb-0"> -->
  118. <button
  119. class="btn btn-link font-weight-bold color-b text-left"
  120. data-toggle="collapse"
  121. data-target="#collapse5"
  122. aria-expanded="false"
  123. aria-controls="collapse5"
  124. >How do I list my week with Uni-Vate Properties?</button>
  125. <!-- </h5> -->
  126. </div>
  127. <div
  128. id="collapse5"
  129. class="collapse"
  130. aria-labelledby="heading5"
  131. data-parent="#accordion"
  132. style="background-color:#E3E3E3"
  133. >
  134. <div class="card-body" style="text-align:left">
  135. You can complete the on-line details which you will find under the “To Sell” tab. There will be a listing
  136. fee payable of R380 including VAT. The details submitted will go through a verification process. Subject
  137. to there being no complications, the listing will be processed and published.
  138. </div>
  139. </div>
  140. <div class="card" id="heading6">
  141. <!-- <h5 class="mb-0"> -->
  142. <button
  143. class="btn btn-link font-weight-bold color-b text-left"
  144. data-toggle="collapse"
  145. data-target="#collapse6"
  146. aria-expanded="false"
  147. aria-controls="collapse6"
  148. >Is timeshare an investment?</button>
  149. <!-- </h5> -->
  150. </div>
  151. <div
  152. id="collapse6"
  153. class="collapse"
  154. aria-labelledby="heading6"
  155. data-parent="#accordion"
  156. style="background-color:#E3E3E3"
  157. >
  158. <div class="card-body" style="text-align:left">
  159. Timeshare is not an appreciating property investment but it is an investment into your vacation lifestyle.
  160. It will improve your lifestyle and the quality and variety of your family holidays both locally and
  161. internationally while saving you money. The memories gained and the time spent with loved ones is
  162. priceless.
  163. </div>
  164. </div>
  165. <div class="card" id="heading7">
  166. <!-- <h5 class="mb-0"> -->
  167. <button
  168. class="btn btn-link font-weight-bold color-b text-left"
  169. data-toggle="collapse"
  170. data-target="#collapse7"
  171. aria-expanded="false"
  172. aria-controls="collapse7"
  173. >How is my week sold?</button>
  174. <!-- </h5> -->
  175. </div>
  176. <div
  177. id="collapse7"
  178. class="collapse"
  179. aria-labelledby="heading7"
  180. data-parent="#accordion"
  181. style="background-color:#E3E3E3"
  182. >
  183. <div class="card-body" style="text-align:left">
  184. Through Uni-Vate Properties your week will be marketed extensively to all of their available channels.
  185. Uni-Vate will only charge a listing Fee of R380 including VAT which is due when listing.
  186. </div>
  187. </div>
  188. <div class="card" id="heading8">
  189. <!-- <h5 class="mb-0"> -->
  190. <button
  191. class="btn btn-link font-weight-bold color-b text-left"
  192. data-toggle="collapse"
  193. data-target="#collapse8"
  194. aria-expanded="false"
  195. aria-controls="collapse8"
  196. >How do I buy a week?</button>
  197. <!-- </h5> -->
  198. </div>
  199. <div
  200. id="collapse8"
  201. class="collapse"
  202. aria-labelledby="heading8"
  203. data-parent="#accordion"
  204. style="background-color:#E3E3E3"
  205. >
  206. <div class="card-body" style="text-align:left">
  207. All available and verified weeks will be listed on the website for prospective buyers. Once you identify a
  208. week that suits your holiday need and price, click on “Enquire Now” and complete your details to conclude
  209. the initiation of the transaction.
  210. </div>
  211. </div>
  212. <div class="card" id="heading9">
  213. <!-- <h5 class="mb-0"> -->
  214. <button
  215. class="btn btn-link font-weight-bold color-b text-left"
  216. data-toggle="collapse"
  217. data-target="#collapse9"
  218. aria-expanded="false"
  219. aria-controls="collapse9"
  220. >Is my money safe?</button>
  221. <!-- </h5> -->
  222. </div>
  223. <div
  224. id="collapse9"
  225. class="collapse"
  226. aria-labelledby="heading9"
  227. data-parent="#accordion"
  228. style="background-color:#E3E3E3"
  229. >
  230. <div class="card-body" style="text-align:left">
  231. By law, your money will be held in a trust account while the transfer is being processed. This trust
  232. account is a specification of any company registered as an estate agency with the EAAB.
  233. </div>
  234. </div>
  235. <div class="card" id="heading10">
  236. <!-- <h5 class="mb-0"> -->
  237. <button
  238. class="btn btn-link font-weight-bold color-b text-left"
  239. data-toggle="collapse"
  240. data-target="#collapse10"
  241. aria-expanded="false"
  242. aria-controls="collapse10"
  243. >Can I exchange my timeshare for other destinations?</button>
  244. <!-- </h5> -->
  245. </div>
  246. <div
  247. id="collapse10"
  248. class="collapse"
  249. aria-labelledby="heading10"
  250. data-parent="#accordion"
  251. style="background-color:#E3E3E3"
  252. >
  253. <div class="card-body" style="text-align:left">
  254. Most definitely! Once the week has been transferred to you, you have a choice of membership with RCI
  255. and/or DAE, two of the worlds largest exchange companies that will gladly exchange your week for you
  256. anywhere in the world with friendly and professional service. We will gladly put you in touch with them
  257. and the entire world will be available to you for holidays.
  258. </div>
  259. </div>
  260. <div class="card" id="heading11">
  261. <!-- <h5 class="mb-0"> -->
  262. <button
  263. class="btn btn-link font-weight-bold color-b text-left"
  264. data-toggle="collapse"
  265. data-target="#collapse11"
  266. aria-expanded="false"
  267. aria-controls="collapse11"
  268. >There are so many agents and scam artists out there. Why Uni-Vate Properties?</button>
  269. <!-- </h5> -->
  270. </div>
  271. <div
  272. id="collapse11"
  273. class="collapse"
  274. aria-labelledby="heading"
  275. data-parent="#accordion"
  276. style="background-color:#E3E3E3"
  277. >
  278. <div class="card-body" style="text-align:left">
  279. Uni-Vate Properties (Pty) Ltd is affiliated to the Estate Agents Board (EAAB) as well as the Institute of
  280. Estate Agents South Africa (IEASA) and are obliged to comply with the Estate Agents Code of Conduct. We
  281. are also proud members of Vacation Ownership Association South Africa (VOASA) and are obliged to comply
  282. with their code too. This assures our clients of professional, ethical and fair service at all times. We
  283. also have 25 years’ experience in the Timeshare industry in SA and to date the team have processed many
  284. sales in the residential, share block and commercial arenas within South Africa and are currently involved
  285. in the rental and management of 40 commercial and 15 residential properties. The Uni-Vate resale support
  286. team consists of three highly qualified and experienced staff, who have thirteen years’ joint experience
  287. in the timeshare resales industry.
  288. </div>
  289. </div>
  290. <div class="card" id="heading12">
  291. <!-- <h5 class="mb-0"> -->
  292. <button
  293. class="btn btn-link font-weight-bold color-b text-left"
  294. data-toggle="collapse"
  295. data-target="#collapse12"
  296. aria-expanded="false"
  297. aria-controls="collapse12"
  298. >Why would I buy a resale week rather than a new week?</button>
  299. <!-- </h5> -->
  300. </div>
  301. <div
  302. id="collapse12"
  303. class="collapse"
  304. aria-labelledby="heading12"
  305. data-parent="#accordion"
  306. style="background-color:#E3E3E3"
  307. >
  308. <div class="card-body" style="text-align:left">
  309. Both are equally viable. The difference is either the seller is the developer of a resort marketing
  310. directly to the public and offering finance options on the purchase, or an individual who wants to sell
  311. their week for a variety of reasons. Often when purchasing from an individual the price can be negotiated
  312. as it is a cash sale with no financing options.
  313. Its all about finding the resort and time of your choice that fits your pocket so that you can have many
  314. years of happy holidays. Uni-Vate Properties are highly qualified in offering sound advice and assisting
  315. you in what can be a tricky decision.
  316. </div>
  317. </div>
  318. <div class="card" id="heading13">
  319. <!-- <h5 class="mb-0"> -->
  320. <button
  321. class="btn btn-link font-weight-bold color-b text-left"
  322. data-toggle="collapse"
  323. data-target="#collapse13"
  324. aria-expanded="false"
  325. aria-controls="collapse13"
  326. >How is the price of the week determined?</button>
  327. <!-- </h5> -->
  328. </div>
  329. <div
  330. id="collapse13"
  331. class="collapse"
  332. aria-labelledby="heading13"
  333. data-parent="#accordion"
  334. style="background-color:#E3E3E3"
  335. >
  336. <div class="card-body" style="text-align:left">
  337. The selling price is always market related determined by five factors. Resort quality, season, sleeper
  338. size of the unit, location of the resort and lastly, supply and demand.
  339. Uni-Vate Properties offer transparent advice on all pricing ensuring that both buyer and seller receive
  340. the best value for their money.
  341. </div>
  342. </div>
  343. <div class="card" id="heading14">
  344. <!-- <h5 class="mb-0"> -->
  345. <button
  346. class="btn btn-link font-weight-bold color-b text-left"
  347. data-toggle="collapse"
  348. data-target="#collapse14"
  349. aria-expanded="false"
  350. aria-controls="collapse14"
  351. >How are levies determined?</button>
  352. <!-- </h5> -->
  353. </div>
  354. <div
  355. id="collapse14"
  356. class="collapse"
  357. aria-labelledby="heading14"
  358. data-parent="#accordion"
  359. style="background-color:#E3E3E3"
  360. >
  361. <div class="card-body" style="text-align:left">
  362. Levies are determined by the share block Board of Directors who are accountable to the shareholders. The
  363. managing agents of the resort are always available to assist with any queries that owners may have.
  364. </div>
  365. </div>
  366. <!-- </div> -->
  367. </div>
  368. </div>
  369. </div>
  370. </div>
  371. <br />
  372. </section>
  373. </template>
  374. <script>
  375. export default {};
  376. </script>