Measured entry
tailark-veil-testimonials-2
A static testimonial grid with avatar images, quotes, names, and roles. It ships as a shadcn registry block for Next.js, uses next/image and Tailwind theme utilities, and expects Tailark's custom Card registry component with its outline variant.



Measured
Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.
| Build | OK |
|---|---|
| Mount | OK |
| Console errors | 2 |
| Uncaught page errors | 0 |
| Horizontal overflow | clean at 375, 768, 1440 |
| Axe critical | 0 |
| Axe serious | 0 |
| Axe moderate | 0 |
| Axe minor | 0 |
| Gzip marginal | 37.4 KB (102.8 KB build, 65.4 KB baseline) |
| Bare mode | FAIL |
| Provider required | NO |
| Demo used | written from the component source API |
What the harness recorded
CONSOLE
Failed to load resource: the server responded with a status of 404 (Not Found)
CONSOLE
Failed to load resource: the server responded with a status of 404 (Not Found)
BARE BUILD
✗ Build failed in 713ms error during build: [vite]: Rollup failed to resolve import "class-variance-authority" from "<sandbox>re-24cfccfae4f4/src/components/ui/card.tsx".
Verdict
Do not adopt it unchanged. The registry points to a Tailark Card dependency at a URL that returns not found, so installation stops before compilation. It needs a shadcn-style setup plus a repaired or locally supplied Card component before it can mount.
Use it if
- You already use Next.js, Tailwind, and shadcn-style component aliases.
- You want a compact testimonial section whose content can live directly in the component.
- You are willing to supply or repair the missing Tailark Card dependency.
Skip it if
- You need a registry block that installs and builds without repairing upstream references.
- Your project does not use Next.js or you do not want to replace next/image.
- You need testimonials driven by a CMS, carousel behavior, or rich attribution without extending the source.
- You cannot maintain a compatible custom Card variant locally.
Install
| Declared dependencies | clsx, tailwind-merge |
|---|---|
| Missing on install | none |
| Bare install | fails once the shadcn-style helpers are removed, so it needs that setup |
| Provider | no provider required in the harness |
A non-shadcn project must add a compatible Card with an outline variant, Tailwind theme tokens and container-query utilities, the source alias convention, and Next.js image support. Alternatively, replace next/image and the Card import with local equivalents. The broken registry dependency must be removed or redirected.
Source and credit
This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.
Author repository
github.com/tailark/blocksAlternatives
Other published entries for the testimonials pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.
- tailark-mist-testimonials-1minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 17.6KB
- Bare
- pass
- Prov
- NO
- meraki-testimonials-sliderminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.2KB
- Bare
- pass
- Prov
- NO
- meraki-testimonials-centeredminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.4KB
- Bare
- pass
- Prov
- NO
- meraki-testimonials-full-page-cardsminimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 18.7KB
- Bare
- pass
- Prov
- NO
- tailark-veil-testimonials-4minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 23.7KB
- Bare
- pass
- Prov
- NO
- tailark-veil-testimonials-3minimal-flat
- Renders
- YES
- A11y
- 0
- Gzip
- 23.8KB
- Bare
- pass
- Prov
- NO