export function Features({ features }: { features: string[] }) { if (!features || features.length === 0) { return null; } return (