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.

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.

npx nuxi@latest module add swiper

Then add it to your nuxt.config file.

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

Style Five