--- import type { UsesCategory } from "@/types"; interface Props { category: UsesCategory; } const { category } = Astro.props; const { items } = category; ---
{category.description}
{item.value}
{item.subtext}