Trusted By
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_10const TRUSTED_MAKERS = [_10 // customer images_10];_10_10export default TRUSTED_MAKERS;
Then import the TrustedBy
component in the src/components/landing/testimonials/TrustedBy.tsx
and use within the header component.:
_10import TrustedBy from "../testimonials/TrustedBy";_10_10function 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.