Call To Action (CTA)

On this page you will find different ways in which you can style the Call To Action (CTA) parts of your website.

Note

In order to see the full(Desktop) view, please click on the External View button ( ) at the top of the style.

Style One

Style Two

This one shows the actions on the right and the text on the left.

On smaller screens it shows the text at the top and the actions at the bottom.

Style Three

Style Four

This one requires the Nuxt Swiper Module.

npm install nuxt-swiper

Then add it to your nuxt.config file.

export default defineNuxtConfig({
  modules: ["nuxt-swiper"],
  swiper: {
    /* module options */
  },
});

Style Five