Testimony

On this page you will find different ways in which you can style the Testimony sections 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

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 Two

Style Three

Style Four

This one requires the Nuxt Swiper Module.