Testimony

On this page you will find different ways in which you can style the Testimony sections of your website.

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.