Trusted By

Trusted By

image

Veloz provide a simple extendible component called Trusted-By which shows lists of trusted customers on your website.

Usage

Simply edit the src/data/landing/trustedBy.ts by adding lists of trusted customers images to the lists:


_10
// trusted by data
_10
const TRUSTED_MAKERS = [
_10
// customer images
_10
];
_10
_10
export default TRUSTED_MAKERS;

Then import the TrustedBy component in the src/components/landing/testimonials/TrustedBy.tsx and use within the header component.:


_10
import TrustedBy from "../testimonials/TrustedBy";
_10
_10
function Header() {
_10
return (
_10
<>
_10
<TrustedBy />
_10
</>
_10
);
_10
}

Update the TRUSTED_CUSTOMERS_COUNT to reflect the number of customers you want to show. Be Honest and don't show what you don't have. If possible, get rid of the component if you don't have any customers yet.

Tip : Include a variety of well-known clients, partners, or brands to showcase the diversity and credibility of your customer base.

© Veloz 2024