<RelatedProduct> コンポーネントは、現在のプロダクトに関連または接続するプロダクトを一覧します。
header パラメーターはプロダクト名、href パラメーターはプロダクトへのリンクです。product パラメーターは、スラッグ化した名前に基づいて使うプロダクトアイコンを決めます。
Overview ページで使います。
import { RelatedProduct } from "~/components";
<RelatedProduct header="R2" href="/r2/" product="r2">
Store large amounts of unstructured data without the costly egress bandwidth fees associated with typical cloud storage services.
</RelatedProduct>
<RelatedProduct header="Images" href="/images/" product="images">
A suite of products tailored to your image-processing needs.
</RelatedProduct>