12345678910111213141516171819 |
- <template>
- <section id="services">
- <div class="container">
- <div class="section-header">
- <p>
- Uni-Vate Properties seeks out professional, clean spaces for such companies and acts as
- mediator between the landlord/-lady and the tenants. Uni-Vate Properties provides
- value-adding service to clients and conducts business with a high standard and integrity.
- </p>
- </div>
- </div>
- </section>
- </template>
-
- <script>
- export default {};
- </script>
-
- <style lang="scss" scoped></style>
|