Section Two Col Text

The VSectionTwoCol component is a layout component designed to create a two-column structure with customizable slots for left and right content. It also supports optional mobile reverse ordering.

Props

Prop NameTypeDefaultRequiredDescription
titleStringundefinedNoTitle displayed at the top of the section.
textStringundefinedNoHTML content to be rendered in the text area.
buttonLinkStringundefinedNoURL for the button link.
buttonTextStringundefinedNoText displayed on the button.

Slots

  • infoShort: Slot for additional short information displayed at the top of the section.

Example

vue
<script setup lang="ts">
import VSectionTwoColText from 'UiKit/components/VSection/VSectionTwoColText.vue';

const title = 'Section Title';
const text = '<p>The concept of CTO as a service is still pretty new, but the need in this service is growing. CTO as a Service is especially beneficial for small companies and startups. They can hire a skilled professional with technological perspective to get them up to speed in the complex world of modern technology and help them avoid common pitfalls building the IT side of business.</p><p>Medium-size companies tend to use this service when they want to launch a new product. They hire a short-term CTO to focus their time and resources on launching a new product rather than hire a full-time employee.</p><p> Webdevelop Pro has experience working with various businesses and companies. Whether your company is a startup or a mature company, we can help you organize the technical side of your business. We naturally take responsibility and we are confident in our ability to make the right choices. We accumulate knowledge from previously completed projects and analyze our performance to improve our skills. Feel free to <a href="/get-started" class="is--link-1">reach out to us</a> and we will provide you a great service.</p>';
const buttonLink = '/example-link';
const buttonText = 'Learn More';
</script>

<template>
  <VSectionTwoColText
    :title="title"
    :text="text"
    :button-link="buttonLink"
    :button-text="buttonText"
  />
</template>

Section Title

The concept of CTO as a service is still pretty new, but the need in this service is growing. CTO as a Service is especially beneficial for small companies and startups. They can hire a skilled professional with technological perspective to get them up to speed in the complex world of modern technology and help them avoid common pitfalls building the IT side of business.

Medium-size companies tend to use this service when they want to launch a new product. They hire a short-term CTO to focus their time and resources on launching a new product rather than hire a full-time employee.

Webdevelop Pro has experience working with various businesses and companies. Whether your company is a startup or a mature company, we can help you organize the technical side of your business. We naturally take responsibility and we are confident in our ability to make the right choices. We accumulate knowledge from previously completed projects and analyze our performance to improve our skills. Feel free to reach out to us and we will provide you a great service.

Learn More
Help Ukraine to stop russian aggression