import type { ProposalContent } from "@/lib/proposal/schema"; import { CheckCircle2 } from "lucide-react"; type Props = { scope: ProposalContent["scope"] }; export function ScopeSection({ scope }: Props) { return (
Scope · Capitolo del lavoro
{scope.scopeBody}
Obiettivi · Punti d'arrivo