Reactstrap Core Testimonials

-
Pro Component

Choose one of these testimonials components to let your visitors what your customers think of you, using these testimonials section components.


Description

We’ve made the following testimonials components using various reactstrap components, and Bootstrap classes and also some custom scss/css classes.

Example

Since these components were created with the thought of expanding on a whole screen, you should also take a look at our live preview, to see it on full width here.

Testimonials1

What Clients Say

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Testimonials1 from "components/testimonials/Testimonials1.js";

function Example() {
  return (
    <>
      <Testimonials1 />
    </>
  );
}

export default Example;

Testimonials2

What Clients Say

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Testimonials2 from "components/testimonials/Testimonials2.js";

function Example() {
  return (
    <>
      <Testimonials2 />
    </>
  );
}

export default Example;

Testimonials3

Join our world

See our customers opinion

Meet Wingman, a robust suite of styled pages and components, powered by Bootstrap 4. The ideal starting point for product landing pages, stylish web-apps and complete company websites.

Contact us
import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Testimonials3 from "components/testimonials/Testimonials3.js";

function Example() {
  return (
    <>
      <Testimonials3 />
    </>
  );
}

export default Example;

Testimonials4

What Clients Say

import React from "react";

// reactstrap components
// import {
//
// } from "reactstrap";

// Core Components
import Testimonials4 from "components/testimonials/Testimonials4.js";

function Example() {
  return (
    <>
      <Testimonials4 />
    </>
  );
}

export default Example;

Note

You should note, that none of the bellow components are dynamic, as we do not know what your end use case will be. Feel free to change it, add your own props and dynamic code.