diff --git a/content/blocks/testimonials.md b/content/blocks/testimonials.md index 94da487..7e51748 100644 --- a/content/blocks/testimonials.md +++ b/content/blocks/testimonials.md @@ -23,16 +23,16 @@ Set `carousel` to `true` to render a carousel of multiple testimonials. color: body-tertiary subtle: false cols: 1 - icon_style: fa-4x + icon_style: fa-4x text-secondary carousel: true testimonials: - - icon: fab linkedin + - icon: linkedin content: First testimonial. link: #! - - icon: fab google + - icon: google content: Second testimonial. link: #! - - icon: fab github + - icon: github content: Third testimonial. link: #! ``` @@ -53,14 +53,14 @@ Set `cols` to `3` to render three testimonials as columns. color: body-tertiary subtle: false cols: 3 - icon_style: fa-2x + icon_style: fa-2x text-secondary carousel: false testimonials: - - icon: fab linkedin + - icon: linkedin content: First testimonial. - - icon: fab google + - icon: google content: Second testimonial. - - icon: fab github + - icon: github content: Third testimonial. ``` @@ -79,15 +79,15 @@ Set `responsive` to `false` and omit any content to render a minimal, horizontal cols: 5 background: color: body-tertiary - icon_style: fa-fluid text-secondary + icon_style: fa-2xl text-secondary align: center responsive: false testimonials: - - icon: fab github - - icon: fab node - - icon: fab unsplash - - icon: fab font-awesome - - icon: fab sass + - icon: github + - icon: google + - icon: linkedin + - icon: facebook + - icon: pinterest ``` {{< /example-bookshop >}}