import Link from "next/link"; import type { CaseStudyBlockValue } from "@/types/wagtail"; export default function CaseStudyCard({ value }: { value: CaseStudyBlockValue }) { if (!value.case_page) { return null; } return (
{value.summary}