Related Case Studies

3-up grid shown at the bottom of /work/[slug]. Mobile falls back to a vertical tile list using the same .card-tile class as the carousel.

Live Preview

Props

PropTypeDefaultDescription
caseStudies*CaseStudy[]-Related case studies (typically filtered by overlapping tags). Returns null when empty.
title*string-Section heading.
subtitle*string-Supporting text shown below the heading.
readMoreLabel*string-Localized label for the per-card "Read more" CTA.

Import

tsx
import { RelatedCaseStudies } from '@/components/sections/RelatedCaseStudies'